Html Css Color HEX #CB0607 Venetian Red

📋 copy color: '#CB0607'

red 203 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #CB0607

Tints of Venetian Red #CB0607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.24%

R = 93.98%
G = 2.78%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB0607 (or 0xCB0607) is known color: Venetian Red. HEX triplet: CB, 06 and 07. RGB value is (203,6,7). Sum of RGB (Red+Green+Blue) = 203+6+7=216 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.98% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0607 is #34F9F8. Grayscale: #414141. Windows color (decimal): -3471865 or 460491. OLE color: 460491.

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

Color convert

RGB 203 6 7 -
CMYK 0 0.97 0.97 0.20
HSL 359.7º 0.94% 0.41% -
HSV(B) 359.7º 0.97% 0.8% -
XYZ 24.73 12.84 1.38 -
YUV 65.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 203 6 7 0 0.97 0.97 0.20 359.7 0.94 0.41
Hex CB 6 7 0 61 61 14 168 5E 29
Octal 313 6 7 0 141 141 24 550 136 51
Binary 11001011 110 111 0 1100001 1100001 10100 101101000 1011110 101001

Color Harmonies of #CB0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0607

Black with #CB0607

Text Example


Text Example

White with #CB0607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0607; }

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

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

background-color css

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

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

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

border-color css

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

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

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