Html Css Color HEX #CB0929 Fire Engine Red

📋 copy color: '#CB0929'

red 203 ◦ green 9 ◦ blue 41

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

Shades of Fire Engine Red #CB0929

Tints of Fire Engine Red #CB0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 80.24%
G = 3.56%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB0929 (or 0xCB0929) is known color: Fire Engine Red. HEX triplet: CB, 09 and 29. RGB value is (203,9,41). Sum of RGB (Red+Green+Blue) = 203+9+41=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0929 is #34F6D6. Grayscale: #464646. Windows color (decimal): -3471063 or 2689483. OLE color: 2689483.

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

Color convert

RGB 203 9 41 -
CMYK 0 0.96 0.80 0.20
HSL 350.1º 0.92% 0.42% -
HSV(B) 350.1º 0.96% 0.8% -
XYZ 25.13 13.05 3.29 -
YUV 70.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 203 9 41 0 0.96 0.80 0.20 350.1 0.92 0.42
Hex CB 9 29 0 60 50 14 15E 5C 2A
Octal 313 11 51 0 140 120 24 536 134 52
Binary 11001011 1001 101001 0 1100000 1010000 10100 101011110 1011100 101010

Color Harmonies of #CB0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0929

Black with #CB0929

Text Example


Text Example

White with #CB0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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