Html Css Color HEX #CD032C Fire Engine Red

📋 copy color: '#CD032C'

red 205 ◦ green 3 ◦ blue 44

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

Shades of Fire Engine Red #CD032C

Tints of Fire Engine Red #CD032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 81.35%
G = 1.19%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD032C (or 0xCD032C) is known color: Fire Engine Red. HEX triplet: CD, 03 and 2C. RGB value is (205,3,44). Sum of RGB (Red+Green+Blue) = 205+3+44=252 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.35% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 205 - color contains mainly: red. Hex color #CD032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD032C is #32FCD3. Grayscale: #444444. Windows color (decimal): -3341524 or 2884557. OLE color: 2884557.

HSL color Cylindrical-coordinate representation of color #CD032C: hue angle of 347.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD032C is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 3 44 -
CMYK 0 0.99 0.79 0.20
HSL 347.82º 0.97% 0.41% -
HSV(B) 347.82º 0.99% 0.8% -
XYZ 25.66 13.23 3.58 -
YUV 68.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 205 3 44 0 0.99 0.79 0.20 347.82 0.97 0.41
Hex CD 3 2C 0 63 4F 14 15C 61 29
Octal 315 3 54 0 143 117 24 534 141 51
Binary 11001101 11 101100 0 1100011 1001111 10100 101011100 1100001 101001

Color Harmonies of #CD032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD032C

Black with #CD032C

Text Example


Text Example

White with #CD032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD032C; }

 p { color: rgb(205,3,44); }

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

background-color css

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

 a { background-color: rgb(205,3,44); }

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

border-color css

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

 span { border-color: rgb(205,3,44); }

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