Html Css Color HEX #CD1829 Fire Engine Red

📋 copy color: '#CD1829'

red 205 ◦ green 24 ◦ blue 41

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

Shades of Fire Engine Red #CD1829

Tints of Fire Engine Red #CD1829

RGB

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

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

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

R = 75.93%
G = 8.89%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD1829 (or 0xCD1829) is known color: Fire Engine Red. HEX triplet: CD, 18 and 29. RGB value is (205,24,41). Sum of RGB (Red+Green+Blue) = 205+24+41=270 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.93% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1829 is #32E7D6. Grayscale: #505050. Windows color (decimal): -3336151 or 2693325. OLE color: 2693325.

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

Color convert

RGB 205 24 41 -
CMYK 0 0.88 0.8 0.20
HSL 354.36º 0.79% 0.45% -
HSV(B) 354.36º 0.88% 0.8% -
XYZ 25.9 13.79 3.39 -
YUV 80.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 205 24 41 0 0.88 0.8 0.20 354.36 0.79 0.45
Hex CD 18 29 0 58 50 14 162 4F 2D
Octal 315 30 51 0 130 120 24 542 117 55
Binary 11001101 11000 101001 0 1011000 1010000 10100 101100010 1001111 101101

Color Harmonies of #CD1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1829

Black with #CD1829

Text Example


Text Example

White with #CD1829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1829; }

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

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

background-color css

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

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

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

border-color css

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

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

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