Html Css Color HEX #CD202D Fire Engine Red

📋 copy color: '#CD202D'

red 205 ◦ green 32 ◦ blue 45

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

Shades of Fire Engine Red #CD202D

Tints of Fire Engine Red #CD202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 72.7%
G = 11.35%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD202D (or 0xCD202D) is known color: Fire Engine Red. HEX triplet: CD, 20 and 2D. RGB value is (205,32,45). Sum of RGB (Red+Green+Blue) = 205+32+45=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD202D is #32DFD2. Grayscale: #555555. Windows color (decimal): -3334099 or 2957517. OLE color: 2957517.

HSL color Cylindrical-coordinate representation of color #CD202D: hue angle of 355.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD202D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 45 -
CMYK 0 0.84 0.78 0.20
HSL 355.49º 0.73% 0.46% -
HSV(B) 355.49º 0.84% 0.8% -
XYZ 26.17 14.2 3.84 -
YUV 85.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 205 32 45 0 0.84 0.78 0.20 355.49 0.73 0.46
Hex CD 20 2D 0 54 4E 14 163 49 2E
Octal 315 40 55 0 124 116 24 543 111 56
Binary 11001101 100000 101101 0 1010100 1001110 10100 101100011 1001001 101110

Color Harmonies of #CD202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD202D

Black with #CD202D

Text Example


Text Example

White with #CD202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD202D; }

 p { color: rgb(205,32,45); }

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

background-color css

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

 a { background-color: rgb(205,32,45); }

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

border-color css

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

 span { border-color: rgb(205,32,45); }

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