Html Css Color HEX #CB092D Fire Engine Red

📋 copy color: '#CB092D'

red 203 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #CB092D

Tints of Fire Engine Red #CB092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

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

R = 78.99%
G = 3.5%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB092D (or 0xCB092D) is known color: Fire Engine Red. HEX triplet: CB, 09 and 2D. RGB value is (203,9,45). Sum of RGB (Red+Green+Blue) = 203+9+45=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB092D is #34F6D2. Grayscale: #474747. Windows color (decimal): -3471059 or 2951627. OLE color: 2951627.

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

Color convert

RGB 203 9 45 -
CMYK 0 0.96 0.78 0.20
HSL 348.87º 0.92% 0.42% -
HSV(B) 348.87º 0.96% 0.8% -
XYZ 25.2 13.08 3.68 -
YUV 71.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 203 9 45 0 0.96 0.78 0.20 348.87 0.92 0.42
Hex CB 9 2D 0 60 4E 14 15D 5C 2A
Octal 313 11 55 0 140 116 24 535 134 52
Binary 11001011 1001 101101 0 1100000 1001110 10100 101011101 1011100 101010

Color Harmonies of #CB092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB092D

Black with #CB092D

Text Example


Text Example

White with #CB092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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