Html Css Color HEX #D30C1C Fire Engine Red

📋 copy color: '#D30C1C'

red 211 ◦ green 12 ◦ blue 28

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

Shades of Fire Engine Red #D30C1C

Tints of Fire Engine Red #D30C1C

RGB

 RED value IS 211 (82.81% from 255) = 84.06%

 GREEN value IS 12 (5.08% from 255) = 4.78%

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

R = 84.06%
G = 4.78%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D30C1C (or 0xD30C1C) is known color: Fire Engine Red. HEX triplet: D3, 0C and 1C. RGB value is (211,12,28). Sum of RGB (Red+Green+Blue) = 211+12+28=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30C1C is #2CF3E3. Grayscale: #494949. Windows color (decimal): -2946020 or 1838291. OLE color: 1838291.

HSL color Cylindrical-coordinate representation of color #D30C1C: hue angle of 355.18º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C1C is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 28 -
CMYK 0 0.94 0.87 0.17
HSL 355.18º 0.89% 0.44% -
HSV(B) 355.18º 0.94% 0.83% -
XYZ 27.21 14.2 2.4 -
YUV 73.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 211 12 28 0 0.94 0.87 0.17 355.18 0.89 0.44
Hex D3 C 1C 0 5E 57 11 163 59 2C
Octal 323 14 34 0 136 127 21 543 131 54
Binary 11010011 1100 11100 0 1011110 1010111 10001 101100011 1011001 101100

Color Harmonies of #D30C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30C1C

Black with #D30C1C

Text Example


Text Example

White with #D30C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30C1C; }

 p { color: rgb(211,12,28); }

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

background-color css

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

 a { background-color: rgb(211,12,28); }

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

border-color css

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

 span { border-color: rgb(211,12,28); }

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