Html Css Color HEX #CB0608 Venetian Red

📋 copy color: '#CB0608'

red 203 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #CB0608

Tints of Venetian Red #CB0608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.69%

R = 93.55%
G = 2.76%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB0608 (or 0xCB0608) is known color: Venetian Red. HEX triplet: CB, 06 and 08. RGB value is (203,6,8). Sum of RGB (Red+Green+Blue) = 203+6+8=217 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.55% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0608 is #34F9F7. Grayscale: #414141. Windows color (decimal): -3471864 or 526027. OLE color: 526027.

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

Color convert

RGB 203 6 8 -
CMYK 0 0.97 0.96 0.20
HSL 359.39º 0.94% 0.41% -
HSV(B) 359.39º 0.97% 0.8% -
XYZ 24.74 12.84 1.41 -
YUV 65.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 203 6 8 0 0.97 0.96 0.20 359.39 0.94 0.41
Hex CB 6 8 0 61 60 14 167 5E 29
Octal 313 6 10 0 141 140 24 547 136 51
Binary 11001011 110 1000 0 1100001 1100000 10100 101100111 1011110 101001

Color Harmonies of #CB0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0608

Black with #CB0608

Text Example


Text Example

White with #CB0608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0608; }

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

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

background-color css

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

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

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

border-color css

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

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

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