Html Css Color HEX #CB032E Fire Engine Red

📋 copy color: '#CB032E'

red 203 ◦ green 3 ◦ blue 46

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

Shades of Fire Engine Red #CB032E

Tints of Fire Engine Red #CB032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 80.56%
G = 1.19%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB032E (or 0xCB032E) is known color: Fire Engine Red. HEX triplet: CB, 03 and 2E. RGB value is (203,3,46). Sum of RGB (Red+Green+Blue) = 203+3+46=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB032E is #34FCD1. Grayscale: #434343. Windows color (decimal): -3472594 or 3015627. OLE color: 3015627.

HSL color Cylindrical-coordinate representation of color #CB032E: hue angle of 347.1º degrees, saturation: 0.97, 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 #CB032E is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 46 -
CMYK 0 0.99 0.77 0.20
HSL 347.1º 0.97% 0.4% -
HSV(B) 347.1º 0.99% 0.8% -
XYZ 25.15 12.96 3.76 -
YUV 67.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 203 3 46 0 0.99 0.77 0.20 347.1 0.97 0.4
Hex CB 3 2E 0 63 4D 14 15B 61 28
Octal 313 3 56 0 143 115 24 533 141 50
Binary 11001011 11 101110 0 1100011 1001101 10100 101011011 1100001 101000

Color Harmonies of #CB032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB032E

Black with #CB032E

Text Example


Text Example

White with #CB032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB032E; }

 p { color: rgb(203,3,46); }

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

background-color css

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

 a { background-color: rgb(203,3,46); }

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

border-color css

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

 span { border-color: rgb(203,3,46); }

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