Html Css Color HEX #CB1314 Venetian Red

📋 copy color: '#CB1314'

red 203 ◦ green 19 ◦ blue 20

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

Shades of Venetian Red #CB1314

Tints of Venetian Red #CB1314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 83.88%
G = 7.85%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB1314 (or 0xCB1314) is known color: Venetian Red. HEX triplet: CB, 13 and 14. RGB value is (203,19,20). Sum of RGB (Red+Green+Blue) = 203+19+20=242 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.88% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1314 is #34ECEB. Grayscale: #4A4A4A. Windows color (decimal): -3468524 or 1315787. OLE color: 1315787.

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

Color convert

RGB 203 19 20 -
CMYK 0 0.91 0.90 0.20
HSL 359.67º 0.83% 0.44% -
HSV(B) 359.67º 0.91% 0.8% -
XYZ 24.99 13.21 1.9 -
YUV 74.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 203 19 20 0 0.91 0.90 0.20 359.67 0.83 0.44
Hex CB 13 14 0 5B 5A 14 168 53 2C
Octal 313 23 24 0 133 132 24 550 123 54
Binary 11001011 10011 10100 0 1011011 1011010 10100 101101000 1010011 101100

Color Harmonies of #CB1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1314

Black with #CB1314

Text Example


Text Example

White with #CB1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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