Html Css Color HEX #CB0817 Venetian Red

📋 copy color: '#CB0817'

red 203 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #CB0817

Tints of Venetian Red #CB0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 86.75%
G = 3.42%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB0817 (or 0xCB0817) is known color: Venetian Red. HEX triplet: CB, 08 and 17. RGB value is (203,8,23). Sum of RGB (Red+Green+Blue) = 203+8+23=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0817 is #34F7E8. Grayscale: #444444. Windows color (decimal): -3471337 or 1509579. OLE color: 1509579.

HSL color Cylindrical-coordinate representation of color #CB0817: hue angle of 355.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0817 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 23 -
CMYK 0 0.96 0.89 0.20
HSL 355.38º 0.92% 0.41% -
HSV(B) 355.38º 0.96% 0.8% -
XYZ 24.87 12.93 2 -
YUV 68.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 203 8 23 0 0.96 0.89 0.20 355.38 0.92 0.41
Hex CB 8 17 0 60 59 14 163 5C 29
Octal 313 10 27 0 140 131 24 543 134 51
Binary 11001011 1000 10111 0 1100000 1011001 10100 101100011 1011100 101001

Color Harmonies of #CB0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0817

Black with #CB0817

Text Example


Text Example

White with #CB0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0817; }

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

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

background-color css

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

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

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

border-color css

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

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

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