Html Css Color HEX #FF0D18 Torch Red

📋 copy color: '#FF0D18'

red 255 ◦ green 13 ◦ blue 24

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

Shades of Torch Red #FF0D18

Tints of Torch Red #FF0D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 87.33%
G = 4.45%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF0D18 (or 0xFF0D18) is known color: Torch Red. HEX triplet: FF, 0D and 18. RGB value is (255,13,24). Sum of RGB (Red+Green+Blue) = 255+13+24=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D18 is #00F2E7. Grayscale: #565656. Windows color (decimal): -62184 or 1576447. OLE color: 1576447.

HSL color Cylindrical-coordinate representation of color #FF0D18: hue angle of 357.27º 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 #FF0D18 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 13 24 -
CMYK 0 0.95 0.91 0
HSL 357.27º 1% 0.53% -
HSV(B) 357.27º 0.95% 1% -
XYZ 41.55 21.61 2.85 -
YUV 86.61 92.67 248.11 -
System Red Green Blue C M Y K H S L
Decimal 255 13 24 0 0.95 0.91 0 357.27 1 0.53
Hex FF D 18 0 5F 5B 0 165 64 35
Octal 377 15 30 0 137 133 0 545 144 65
Binary 11111111 1101 11000 0 1011111 1011011 0 101100101 1100100 110101

Color Harmonies of #FF0D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D18

Black with #FF0D18

Text Example


Text Example

White with #FF0D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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