Html Css Color HEX #CD1329 Fire Engine Red

📋 copy color: '#CD1329'

red 205 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #CD1329

Tints of Fire Engine Red #CD1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 77.36%
G = 7.17%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD1329 (or 0xCD1329) is known color: Fire Engine Red. HEX triplet: CD, 13 and 29. RGB value is (205,19,41). Sum of RGB (Red+Green+Blue) = 205+19+41=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1329 is #32ECD6. Grayscale: #4D4D4D. Windows color (decimal): -3337431 or 2692045. OLE color: 2692045.

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

Color convert

RGB 205 19 41 -
CMYK 0 0.91 0.8 0.20
HSL 352.9º 0.83% 0.44% -
HSV(B) 352.9º 0.91% 0.8% -
XYZ 25.81 13.6 3.36 -
YUV 77.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 205 19 41 0 0.91 0.8 0.20 352.9 0.83 0.44
Hex CD 13 29 0 5B 50 14 161 53 2C
Octal 315 23 51 0 133 120 24 541 123 54
Binary 11001101 10011 101001 0 1011011 1010000 10100 101100001 1010011 101100

Color Harmonies of #CD1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1329

Black with #CD1329

Text Example


Text Example

White with #CD1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1329; }

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

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

background-color css

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

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

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

border-color css

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

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

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