Html Css Color HEX #CB092A Fire Engine Red

📋 copy color: '#CB092A'

red 203 ◦ green 9 ◦ blue 42

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

Shades of Fire Engine Red #CB092A

Tints of Fire Engine Red #CB092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 79.92%
G = 3.54%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB092A (or 0xCB092A) is known color: Fire Engine Red. HEX triplet: CB, 09 and 2A. RGB value is (203,9,42). Sum of RGB (Red+Green+Blue) = 203+9+42=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB092A is #34F6D5. Grayscale: #464646. Windows color (decimal): -3471062 or 2755019. OLE color: 2755019.

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

Color convert

RGB 203 9 42 -
CMYK 0 0.96 0.79 0.20
HSL 349.79º 0.92% 0.42% -
HSV(B) 349.79º 0.96% 0.8% -
XYZ 25.14 13.06 3.39 -
YUV 70.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 203 9 42 0 0.96 0.79 0.20 349.79 0.92 0.42
Hex CB 9 2A 0 60 4F 14 15E 5C 2A
Octal 313 11 52 0 140 117 24 536 134 52
Binary 11001011 1001 101010 0 1100000 1001111 10100 101011110 1011100 101010

Color Harmonies of #CB092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB092A

Black with #CB092A

Text Example


Text Example

White with #CB092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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