Html Css Color HEX #CB0617 Venetian Red

📋 copy color: '#CB0617'

red 203 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #CB0617

Tints of Venetian Red #CB0617

RGB

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

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

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

R = 87.5%
G = 2.59%
B = 9.91%

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

#CB0617 (or 0xCB0617) is known color: Venetian Red. HEX triplet: CB, 06 and 17. RGB value is (203,6,23). Sum of RGB (Red+Green+Blue) = 203+6+23=232 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.5% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0617 is #34F9E8. Grayscale: #424242. Windows color (decimal): -3471849 or 1509067. OLE color: 1509067.

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

Color convert

RGB 203 6 23 -
CMYK 0 0.97 0.89 0.20
HSL 354.82º 0.94% 0.41% -
HSV(B) 354.82º 0.97% 0.8% -
XYZ 24.85 12.89 1.99 -
YUV 66.84 103.27 225.12 -
System Red Green Blue C M Y K H S L
Decimal 203 6 23 0 0.97 0.89 0.20 354.82 0.94 0.41
Hex CB 6 17 0 61 59 14 163 5E 29
Octal 313 6 27 0 141 131 24 543 136 51
Binary 11001011 110 10111 0 1100001 1011001 10100 101100011 1011110 101001

Color Harmonies of #CB0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0617

Black with #CB0617

Text Example


Text Example

White with #CB0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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