Html Css Color HEX #DC0C1B Fire Engine Red

📋 copy color: '#DC0C1B'

red 220 ◦ green 12 ◦ blue 27

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

Shades of Fire Engine Red #DC0C1B

Tints of Fire Engine Red #DC0C1B

RGB

 RED value IS 220 (86.33% from 255) = 84.94%

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

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 84.94%
G = 4.63%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC0C1B (or 0xDC0C1B) is known color: Fire Engine Red. HEX triplet: DC, 0C and 1B. RGB value is (220,12,27). Sum of RGB (Red+Green+Blue) = 220+12+27=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C1B is #23F3E4. Grayscale: #4C4C4C. Windows color (decimal): -2356197 or 1772764. OLE color: 1772764.

HSL color Cylindrical-coordinate representation of color #DC0C1B: hue angle of 355.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C1B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 27 -
CMYK 0 0.95 0.88 0.14
HSL 355.67º 0.9% 0.45% -
HSV(B) 355.67º 0.95% 0.86% -
XYZ 29.84 15.56 2.47 -
YUV 75.9 100.41 230.78 -
System Red Green Blue C M Y K H S L
Decimal 220 12 27 0 0.95 0.88 0.14 355.67 0.9 0.45
Hex DC C 1B 0 5F 58 E 164 5A 2D
Octal 334 14 33 0 137 130 16 544 132 55
Binary 11011100 1100 11011 0 1011111 1011000 1110 101100100 1011010 101101

Color Harmonies of #DC0C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C1B

Black with #DC0C1B

Text Example


Text Example

White with #DC0C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C1B; }

 p { color: rgb(220,12,27); }

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

background-color css

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

 a { background-color: rgb(220,12,27); }

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

border-color css

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

 span { border-color: rgb(220,12,27); }

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