Html Css Color HEX #CB022D Fire Engine Red

📋 copy color: '#CB022D'

red 203 ◦ green 2 ◦ blue 45

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

Shades of Fire Engine Red #CB022D

Tints of Fire Engine Red #CB022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 81.2%
G = 0.8%
B = 18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB022D (or 0xCB022D) is known color: Fire Engine Red. HEX triplet: CB, 02 and 2D. RGB value is (203,2,45). Sum of RGB (Red+Green+Blue) = 203+2+45=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB022D is #34FDD2. Grayscale: #434343. Windows color (decimal): -3472851 or 2949835. OLE color: 2949835.

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

Color convert

RGB 203 2 45 -
CMYK 0 0.99 0.78 0.20
HSL 347.16º 0.98% 0.4% -
HSV(B) 347.16º 0.99% 0.8% -
XYZ 25.12 12.93 3.65 -
YUV 67 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 203 2 45 0 0.99 0.78 0.20 347.16 0.98 0.4
Hex CB 2 2D 0 63 4E 14 15B 62 28
Octal 313 2 55 0 143 116 24 533 142 50
Binary 11001011 10 101101 0 1100011 1001110 10100 101011011 1100010 101000

Color Harmonies of #CB022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB022D

Black with #CB022D

Text Example


Text Example

White with #CB022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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