Html Css Color HEX #CB062E Fire Engine Red

📋 copy color: '#CB062E'

red 203 ◦ green 6 ◦ blue 46

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

Shades of Fire Engine Red #CB062E

Tints of Fire Engine Red #CB062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 79.61%
G = 2.35%
B = 18.04%

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

#CB062E (or 0xCB062E) is known color: Fire Engine Red. HEX triplet: CB, 06 and 2E. RGB value is (203,6,46). Sum of RGB (Red+Green+Blue) = 203+6+46=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB062E is #34F9D1. Grayscale: #454545. Windows color (decimal): -3471826 or 3016395. OLE color: 3016395.

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

Color convert

RGB 203 6 46 -
CMYK 0 0.97 0.77 0.20
HSL 347.82º 0.94% 0.41% -
HSV(B) 347.82º 0.97% 0.8% -
XYZ 25.19 13.02 3.77 -
YUV 69.46 114.77 223.25 -
System Red Green Blue C M Y K H S L
Decimal 203 6 46 0 0.97 0.77 0.20 347.82 0.94 0.41
Hex CB 6 2E 0 61 4D 14 15C 5E 29
Octal 313 6 56 0 141 115 24 534 136 51
Binary 11001011 110 101110 0 1100001 1001101 10100 101011100 1011110 101001

Color Harmonies of #CB062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB062E

Black with #CB062E

Text Example


Text Example

White with #CB062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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