Html Css Color HEX #FF0D30 Torch Red

📋 copy color: '#FF0D30'

red 255 ◦ green 13 ◦ blue 48

#FF0D30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FF0D30

Tints of Torch Red #FF0D30

RGB

 RED value IS 255 (100% from 255) = 80.7%

 GREEN value IS 13 (5.47% from 255) = 4.11%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 80.7%
G = 4.11%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF0D30 (or 0xFF0D30) is known color: Torch Red. HEX triplet: FF, 0D and 30. RGB value is (255,13,48). Sum of RGB (Red+Green+Blue) = 255+13+48=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D30 is #00F2CF. Grayscale: #595959. Windows color (decimal): -62160 or 3149311. OLE color: 3149311.

HSL color Cylindrical-coordinate representation of color #FF0D30: hue angle of 351.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D30 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 13 48 -
CMYK 0 0.95 0.81 0
HSL 351.32º 1% 0.53% -
HSV(B) 351.32º 0.95% 1% -
XYZ 41.92 21.76 4.79 -
YUV 89.35 104.67 246.15 -
System Red Green Blue C M Y K H S L
Decimal 255 13 48 0 0.95 0.81 0 351.32 1 0.53
Hex FF D 30 0 5F 51 0 15F 64 35
Octal 377 15 60 0 137 121 0 537 144 65
Binary 11111111 1101 110000 0 1011111 1010001 0 101011111 1100100 110101

Color Harmonies of #FF0D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D30

Black with #FF0D30

Text Example


Text Example

White with #FF0D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D30; }

 p { color: rgb(255,13,48); }

 H1.HeaderClassName
 {
   color: #FF0D30;
 }
 .AnyTagClassName
 {
   color: #FF0D30;
 }
</style>

background-color css

<style>
 a { background-color: #FF0D30; }

 a { background-color: rgb(255,13,48); }

 div.DivClassName
 {
   background-color: #FF0D30;
 }
 .BgClassName
 {
   background-color: #FF0D30;
 }
</style>

border-color css

<style>
 span { border-color: #FF0D30; }

 span { border-color: rgb(255,13,48); }

 td.TdClassName
 {
   border-color: #FF0D30;
 }
 .TagClassName
 {
   border-color: #FF0D30;
 }
</style>