Html Css Color HEX #CB202D Fire Engine Red

📋 copy color: '#CB202D'

red 203 ◦ green 32 ◦ blue 45

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

Shades of Fire Engine Red #CB202D

Tints of Fire Engine Red #CB202D

RGB

 RED value IS 203 (79.69% from 255) = 72.5%

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

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

R = 72.5%
G = 11.43%
B = 16.07%

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

#CB202D (or 0xCB202D) is known color: Fire Engine Red. HEX triplet: CB, 20 and 2D. RGB value is (203,32,45). Sum of RGB (Red+Green+Blue) = 203+32+45=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB202D is #34DFD2. Grayscale: #545454. Windows color (decimal): -3465171 or 2957515. OLE color: 2957515.

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

Color convert

RGB 203 32 45 -
CMYK 0 0.84 0.78 0.20
HSL 355.44º 0.73% 0.46% -
HSV(B) 355.44º 0.84% 0.8% -
XYZ 25.62 13.92 3.82 -
YUV 84.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 203 32 45 0 0.84 0.78 0.20 355.44 0.73 0.46
Hex CB 20 2D 0 54 4E 14 163 49 2E
Octal 313 40 55 0 124 116 24 543 111 56
Binary 11001011 100000 101101 0 1010100 1001110 10100 101100011 1001001 101110

Color Harmonies of #CB202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB202D

Black with #CB202D

Text Example


Text Example

White with #CB202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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