Html Css Color HEX #CB0B14 Venetian Red

📋 copy color: '#CB0B14'

red 203 ◦ green 11 ◦ blue 20

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

Shades of Venetian Red #CB0B14

Tints of Venetian Red #CB0B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.7%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 86.75%
G = 4.7%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB0B14 (or 0xCB0B14) is known color: Venetian Red. HEX triplet: CB, 0B and 14. RGB value is (203,11,20). Sum of RGB (Red+Green+Blue) = 203+11+20=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0B14 is #34F4EB. Grayscale: #454545. Windows color (decimal): -3470572 or 1313739. OLE color: 1313739.

HSL color Cylindrical-coordinate representation of color #CB0B14: hue angle of 357.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B14 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 11 20 -
CMYK 0 0.95 0.90 0.20
HSL 357.19º 0.9% 0.42% -
HSV(B) 357.19º 0.95% 0.8% -
XYZ 24.87 12.99 1.86 -
YUV 69.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 203 11 20 0 0.95 0.90 0.20 357.19 0.9 0.42
Hex CB B 14 0 5F 5A 14 165 5A 2A
Octal 313 13 24 0 137 132 24 545 132 52
Binary 11001011 1011 10100 0 1011111 1011010 10100 101100101 1011010 101010

Color Harmonies of #CB0B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0B14

Black with #CB0B14

Text Example


Text Example

White with #CB0B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0B14; }

 p { color: rgb(203,11,20); }

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

background-color css

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

 a { background-color: rgb(203,11,20); }

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

border-color css

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

 span { border-color: rgb(203,11,20); }

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