Html Css Color HEX #CD202C Fire Engine Red

📋 copy color: '#CD202C'

red 205 ◦ green 32 ◦ blue 44

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

Shades of Fire Engine Red #CD202C

Tints of Fire Engine Red #CD202C

RGB

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

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

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

R = 72.95%
G = 11.39%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD202C (or 0xCD202C) is known color: Fire Engine Red. HEX triplet: CD, 20 and 2C. RGB value is (205,32,44). Sum of RGB (Red+Green+Blue) = 205+32+44=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD202C is #32DFD3. Grayscale: #555555. Windows color (decimal): -3334100 or 2891981. OLE color: 2891981.

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

Color convert

RGB 205 32 44 -
CMYK 0 0.84 0.79 0.20
HSL 355.84º 0.73% 0.46% -
HSV(B) 355.84º 0.84% 0.8% -
XYZ 26.15 14.19 3.74 -
YUV 85.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 205 32 44 0 0.84 0.79 0.20 355.84 0.73 0.46
Hex CD 20 2C 0 54 4F 14 164 49 2E
Octal 315 40 54 0 124 117 24 544 111 56
Binary 11001101 100000 101100 0 1010100 1001111 10100 101100100 1001001 101110

Color Harmonies of #CD202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD202C

Black with #CD202C

Text Example


Text Example

White with #CD202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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