Html Css Color HEX #CB0C2A Fire Engine Red

📋 copy color: '#CB0C2A'

red 203 ◦ green 12 ◦ blue 42

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

Shades of Fire Engine Red #CB0C2A

Tints of Fire Engine Red #CB0C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

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

R = 78.99%
G = 4.67%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB0C2A (or 0xCB0C2A) is known color: Fire Engine Red. HEX triplet: CB, 0C and 2A. RGB value is (203,12,42). Sum of RGB (Red+Green+Blue) = 203+12+42=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C2A is #34F3D5. Grayscale: #484848. Windows color (decimal): -3470294 or 2755787. OLE color: 2755787.

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

Color convert

RGB 203 12 42 -
CMYK 0 0.94 0.79 0.20
HSL 350.58º 0.89% 0.42% -
HSV(B) 350.58º 0.94% 0.8% -
XYZ 25.18 13.13 3.4 -
YUV 72.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 203 12 42 0 0.94 0.79 0.20 350.58 0.89 0.42
Hex CB C 2A 0 5E 4F 14 15F 59 2A
Octal 313 14 52 0 136 117 24 537 131 52
Binary 11001011 1100 101010 0 1011110 1001111 10100 101011111 1011001 101010

Color Harmonies of #CB0C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C2A

Black with #CB0C2A

Text Example


Text Example

White with #CB0C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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