Html Css Color HEX #FF0D1C Torch Red

📋 copy color: '#FF0D1C'

red 255 ◦ green 13 ◦ blue 28

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

Shades of Torch Red #FF0D1C

Tints of Torch Red #FF0D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.46%

R = 86.15%
G = 4.39%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF0D1C (or 0xFF0D1C) is known color: Torch Red. HEX triplet: FF, 0D and 1C. RGB value is (255,13,28). Sum of RGB (Red+Green+Blue) = 255+13+28=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D1C is #00F2E3. Grayscale: #575757. Windows color (decimal): -62180 or 1838591. OLE color: 1838591.

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

Color convert

RGB 255 13 28 -
CMYK 0 0.95 0.89 0
HSL 356.28º 1% 0.53% -
HSV(B) 356.28º 0.95% 1% -
XYZ 41.59 21.63 3.08 -
YUV 87.07 94.67 247.78 -
System Red Green Blue C M Y K H S L
Decimal 255 13 28 0 0.95 0.89 0 356.28 1 0.53
Hex FF D 1C 0 5F 59 0 164 64 35
Octal 377 15 34 0 137 131 0 544 144 65
Binary 11111111 1101 11100 0 1011111 1011001 0 101100100 1100100 110101

Color Harmonies of #FF0D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D1C

Black with #FF0D1C

Text Example


Text Example

White with #FF0D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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