Html Css Color HEX #CD181C Fire Engine Red

📋 copy color: '#CD181C'

red 205 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #CD181C

Tints of Fire Engine Red #CD181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

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

R = 79.77%
G = 9.34%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD181C (or 0xCD181C) is known color: Fire Engine Red. HEX triplet: CD, 18 and 1C. RGB value is (205,24,28). Sum of RGB (Red+Green+Blue) = 205+24+28=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD181C is #32E7E3. Grayscale: #4E4E4E. Windows color (decimal): -3336164 or 1841357. OLE color: 1841357.

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

Color convert

RGB 205 24 28 -
CMYK 0 0.88 0.86 0.20
HSL 358.67º 0.79% 0.45% -
HSV(B) 358.67º 0.88% 0.8% -
XYZ 25.71 13.72 2.39 -
YUV 78.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 205 24 28 0 0.88 0.86 0.20 358.67 0.79 0.45
Hex CD 18 1C 0 58 56 14 167 4F 2D
Octal 315 30 34 0 130 126 24 547 117 55
Binary 11001101 11000 11100 0 1011000 1010110 10100 101100111 1001111 101101

Color Harmonies of #CD181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD181C

Black with #CD181C

Text Example


Text Example

White with #CD181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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