Html Css Color HEX #CD1129 Fire Engine Red

📋 copy color: '#CD1129'

red 205 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #CD1129

Tints of Fire Engine Red #CD1129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 77.95%
G = 6.46%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD1129 (or 0xCD1129) is known color: Fire Engine Red. HEX triplet: CD, 11 and 29. RGB value is (205,17,41). Sum of RGB (Red+Green+Blue) = 205+17+41=263 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.95% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1129 is #32EED6. Grayscale: #4C4C4C. Windows color (decimal): -3337943 or 2691533. OLE color: 2691533.

HSL color Cylindrical-coordinate representation of color #CD1129: hue angle of 352.34º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1129 is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 41 -
CMYK 0 0.92 0.8 0.20
HSL 352.34º 0.85% 0.44% -
HSV(B) 352.34º 0.92% 0.8% -
XYZ 25.78 13.54 3.35 -
YUV 75.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 205 17 41 0 0.92 0.8 0.20 352.34 0.85 0.44
Hex CD 11 29 0 5C 50 14 160 55 2C
Octal 315 21 51 0 134 120 24 540 125 54
Binary 11001101 10001 101001 0 1011100 1010000 10100 101100000 1010101 101100

Color Harmonies of #CD1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1129

Black with #CD1129

Text Example


Text Example

White with #CD1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1129; }

 p { color: rgb(205,17,41); }

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

background-color css

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

 a { background-color: rgb(205,17,41); }

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

border-color css

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

 span { border-color: rgb(205,17,41); }

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