Html Css Color HEX #CD181D Fire Engine Red

📋 copy color: '#CD181D'

red 205 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #CD181D

Tints of Fire Engine Red #CD181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 79.46%
G = 9.3%
B = 11.24%

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

#CD181D (or 0xCD181D) is known color: Fire Engine Red. HEX triplet: CD, 18 and 1D. RGB value is (205,24,29). Sum of RGB (Red+Green+Blue) = 205+24+29=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD181D is #32E7E2. Grayscale: #4E4E4E. Windows color (decimal): -3336163 or 1906893. OLE color: 1906893.

HSL color Cylindrical-coordinate representation of color #CD181D: hue angle of 358.34º 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 #CD181D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 29 -
CMYK 0 0.88 0.86 0.20
HSL 358.34º 0.79% 0.45% -
HSV(B) 358.34º 0.88% 0.8% -
XYZ 25.73 13.72 2.45 -
YUV 78.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 205 24 29 0 0.88 0.86 0.20 358.34 0.79 0.45
Hex CD 18 1D 0 58 56 14 166 4F 2D
Octal 315 30 35 0 130 126 24 546 117 55
Binary 11001101 11000 11101 0 1011000 1010110 10100 101100110 1001111 101101

Color Harmonies of #CD181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD181D

Black with #CD181D

Text Example


Text Example

White with #CD181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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