Html Css Color HEX #CB0717 Venetian Red

📋 copy color: '#CB0717'

red 203 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #CB0717

Tints of Venetian Red #CB0717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 87.12%
G = 3%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB0717 (or 0xCB0717) is known color: Venetian Red. HEX triplet: CB, 07 and 17. RGB value is (203,7,23). Sum of RGB (Red+Green+Blue) = 203+7+23=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0717 is #34F8E8. Grayscale: #434343. Windows color (decimal): -3471593 or 1509323. OLE color: 1509323.

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

Color convert

RGB 203 7 23 -
CMYK 0 0.97 0.89 0.20
HSL 355.1º 0.93% 0.41% -
HSV(B) 355.1º 0.97% 0.8% -
XYZ 24.86 12.91 1.99 -
YUV 67.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 203 7 23 0 0.97 0.89 0.20 355.1 0.93 0.41
Hex CB 7 17 0 61 59 14 163 5D 29
Octal 313 7 27 0 141 131 24 543 135 51
Binary 11001011 111 10111 0 1100001 1011001 10100 101100011 1011101 101001

Color Harmonies of #CB0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0717

Black with #CB0717

Text Example


Text Example

White with #CB0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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