Html Css Color HEX #CD1A1C Fire Engine Red

📋 copy color: '#CD1A1C'

red 205 ◦ green 26 ◦ blue 28

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

Shades of Fire Engine Red #CD1A1C

Tints of Fire Engine Red #CD1A1C

RGB

 RED value IS 205 (80.47% from 255) = 79.15%

 GREEN value IS 26 (10.55% from 255) = 10.04%

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

R = 79.15%
G = 10.04%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD1A1C (or 0xCD1A1C) is known color: Fire Engine Red. HEX triplet: CD, 1A and 1C. RGB value is (205,26,28). Sum of RGB (Red+Green+Blue) = 205+26+28=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1A1C is #32E5E3. Grayscale: #4F4F4F. Windows color (decimal): -3335652 or 1841869. OLE color: 1841869.

HSL color Cylindrical-coordinate representation of color #CD1A1C: hue angle of 359.33º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1A1C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 26 28 -
CMYK 0 0.87 0.86 0.20
HSL 359.33º 0.77% 0.45% -
HSV(B) 359.33º 0.87% 0.8% -
XYZ 25.76 13.8 2.41 -
YUV 79.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 205 26 28 0 0.87 0.86 0.20 359.33 0.77 0.45
Hex CD 1A 1C 0 57 56 14 167 4D 2D
Octal 315 32 34 0 127 126 24 547 115 55
Binary 11001101 11010 11100 0 1010111 1010110 10100 101100111 1001101 101101

Color Harmonies of #CD1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A1C

Black with #CD1A1C

Text Example


Text Example

White with #CD1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A1C; }

 p { color: rgb(205,26,28); }

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

background-color css

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

 a { background-color: rgb(205,26,28); }

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

border-color css

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

 span { border-color: rgb(205,26,28); }

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