Html Css Color HEX #CD1429 Fire Engine Red

📋 copy color: '#CD1429'

red 205 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #CD1429

Tints of Fire Engine Red #CD1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 77.07%
G = 7.52%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD1429 (or 0xCD1429) is known color: Fire Engine Red. HEX triplet: CD, 14 and 29. RGB value is (205,20,41). Sum of RGB (Red+Green+Blue) = 205+20+41=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1429 is #32EBD6. Grayscale: #4D4D4D. Windows color (decimal): -3337175 or 2692301. OLE color: 2692301.

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

Color convert

RGB 205 20 41 -
CMYK 0 0.90 0.8 0.20
HSL 353.19º 0.82% 0.44% -
HSV(B) 353.19º 0.9% 0.8% -
XYZ 25.83 13.64 3.37 -
YUV 77.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 205 20 41 0 0.90 0.8 0.20 353.19 0.82 0.44
Hex CD 14 29 0 5A 50 14 161 52 2C
Octal 315 24 51 0 132 120 24 541 122 54
Binary 11001101 10100 101001 0 1011010 1010000 10100 101100001 1010010 101100

Color Harmonies of #CD1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1429

Black with #CD1429

Text Example


Text Example

White with #CD1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1429; }

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

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

background-color css

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

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

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

border-color css

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

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

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