Html Css Color HEX #CB0C13 Venetian Red

📋 copy color: '#CB0C13'

red 203 ◦ green 12 ◦ blue 19

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

Shades of Venetian Red #CB0C13

Tints of Venetian Red #CB0C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.13%

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 86.75%
G = 5.13%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB0C13 (or 0xCB0C13) is known color: Venetian Red. HEX triplet: CB, 0C and 13. RGB value is (203,12,19). Sum of RGB (Red+Green+Blue) = 203+12+19=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0C13 is #34F3EC. Grayscale: #464646. Windows color (decimal): -3470317 or 1248459. OLE color: 1248459.

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

Color convert

RGB 203 12 19 -
CMYK 0 0.94 0.91 0.20
HSL 357.8º 0.89% 0.42% -
HSV(B) 357.8º 0.94% 0.8% -
XYZ 24.88 13.01 1.82 -
YUV 69.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 203 12 19 0 0.94 0.91 0.20 357.8 0.89 0.42
Hex CB C 13 0 5E 5B 14 166 59 2A
Octal 313 14 23 0 136 133 24 546 131 52
Binary 11001011 1100 10011 0 1011110 1011011 10100 101100110 1011001 101010

Color Harmonies of #CB0C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C13

Black with #CB0C13

Text Example


Text Example

White with #CB0C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C13; }

 p { color: rgb(203,12,19); }

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

background-color css

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

 a { background-color: rgb(203,12,19); }

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

border-color css

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

 span { border-color: rgb(203,12,19); }

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