Html Css Color HEX #CB072E Fire Engine Red

📋 copy color: '#CB072E'

red 203 ◦ green 7 ◦ blue 46

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

Shades of Fire Engine Red #CB072E

Tints of Fire Engine Red #CB072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 79.3%
G = 2.73%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB072E (or 0xCB072E) is known color: Fire Engine Red. HEX triplet: CB, 07 and 2E. RGB value is (203,7,46). Sum of RGB (Red+Green+Blue) = 203+7+46=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB072E is #34F8D1. Grayscale: #464646. Windows color (decimal): -3471570 or 3016651. OLE color: 3016651.

HSL color Cylindrical-coordinate representation of color #CB072E: hue angle of 348.06º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB072E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 46 -
CMYK 0 0.97 0.77 0.20
HSL 348.06º 0.93% 0.41% -
HSV(B) 348.06º 0.97% 0.8% -
XYZ 25.2 13.05 3.77 -
YUV 70.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 203 7 46 0 0.97 0.77 0.20 348.06 0.93 0.41
Hex CB 7 2E 0 61 4D 14 15C 5D 29
Octal 313 7 56 0 141 115 24 534 135 51
Binary 11001011 111 101110 0 1100001 1001101 10100 101011100 1011101 101001

Color Harmonies of #CB072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB072E

Black with #CB072E

Text Example


Text Example

White with #CB072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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