Html Css Color HEX #CB0629 Fire Engine Red

📋 copy color: '#CB0629'

red 203 ◦ green 6 ◦ blue 41

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

Shades of Fire Engine Red #CB0629

Tints of Fire Engine Red #CB0629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 81.2%
G = 2.4%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB0629 (or 0xCB0629) is known color: Fire Engine Red. HEX triplet: CB, 06 and 29. RGB value is (203,6,41). Sum of RGB (Red+Green+Blue) = 203+6+41=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0629 is #34F9D6. Grayscale: #444444. Windows color (decimal): -3471831 or 2688715. OLE color: 2688715.

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

Color convert

RGB 203 6 41 -
CMYK 0 0.97 0.80 0.20
HSL 349.34º 0.94% 0.41% -
HSV(B) 349.34º 0.97% 0.8% -
XYZ 25.09 12.99 3.28 -
YUV 68.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 203 6 41 0 0.97 0.80 0.20 349.34 0.94 0.41
Hex CB 6 29 0 61 50 14 15D 5E 29
Octal 313 6 51 0 141 120 24 535 136 51
Binary 11001011 110 101001 0 1100001 1010000 10100 101011101 1011110 101001

Color Harmonies of #CB0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0629

Black with #CB0629

Text Example


Text Example

White with #CB0629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0629; }

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

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

background-color css

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

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

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

border-color css

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

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

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