Html Css Color HEX #D01C23 Fire Engine Red

📋 copy color: '#D01C23'

red 208 ◦ green 28 ◦ blue 35

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

Shades of Fire Engine Red #D01C23

Tints of Fire Engine Red #D01C23

RGB

 RED value IS 208 (81.64% from 255) = 76.75%

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 35 (14.06% from 255) = 12.92%

R = 76.75%
G = 10.33%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D01C23 (or 0xD01C23) is known color: Fire Engine Red. HEX triplet: D0, 1C and 23. RGB value is (208,28,35). Sum of RGB (Red+Green+Blue) = 208+28+35=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C23 is #2FE3DC. Grayscale: #525252. Windows color (decimal): -3138525 or 2301136. OLE color: 2301136.

HSL color Cylindrical-coordinate representation of color #D01C23: hue angle of 357.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C23 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 35 -
CMYK 0 0.87 0.83 0.18
HSL 357.67º 0.76% 0.46% -
HSV(B) 357.67º 0.87% 0.82% -
XYZ 26.73 14.36 2.95 -
YUV 82.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 208 28 35 0 0.87 0.83 0.18 357.67 0.76 0.46
Hex D0 1C 23 0 57 53 12 166 4C 2E
Octal 320 34 43 0 127 123 22 546 114 56
Binary 11010000 11100 100011 0 1010111 1010011 10010 101100110 1001100 101110

Color Harmonies of #D01C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C23

Black with #D01C23

Text Example


Text Example

White with #D01C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C23; }

 p { color: rgb(208,28,35); }

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

background-color css

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

 a { background-color: rgb(208,28,35); }

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

border-color css

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

 span { border-color: rgb(208,28,35); }

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