Html Css Color HEX #CD202B Fire Engine Red

📋 copy color: '#CD202B'

red 205 ◦ green 32 ◦ blue 43

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

Shades of Fire Engine Red #CD202B

Tints of Fire Engine Red #CD202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 73.21%
G = 11.43%
B = 15.36%

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

#CD202B (or 0xCD202B) is known color: Fire Engine Red. HEX triplet: CD, 20 and 2B. RGB value is (205,32,43). Sum of RGB (Red+Green+Blue) = 205+32+43=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD202B is #32DFD4. Grayscale: #555555. Windows color (decimal): -3334101 or 2826445. OLE color: 2826445.

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

Color convert

RGB 205 32 43 -
CMYK 0 0.84 0.79 0.20
HSL 356.19º 0.73% 0.46% -
HSV(B) 356.19º 0.84% 0.8% -
XYZ 26.13 14.19 3.65 -
YUV 84.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 205 32 43 0 0.84 0.79 0.20 356.19 0.73 0.46
Hex CD 20 2B 0 54 4F 14 164 49 2E
Octal 315 40 53 0 124 117 24 544 111 56
Binary 11001101 100000 101011 0 1010100 1001111 10100 101100100 1001001 101110

Color Harmonies of #CD202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD202B

Black with #CD202B

Text Example


Text Example

White with #CD202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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