Html Css Color HEX #CB1013 Venetian Red

📋 copy color: '#CB1013'

red 203 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #CB1013

Tints of Venetian Red #CB1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

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

R = 85.29%
G = 6.72%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB1013 (or 0xCB1013) is known color: Venetian Red. HEX triplet: CB, 10 and 13. RGB value is (203,16,19). Sum of RGB (Red+Green+Blue) = 203+16+19=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1013 is #34EFEC. Grayscale: #484848. Windows color (decimal): -3469293 or 1249483. OLE color: 1249483.

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

Color convert

RGB 203 16 19 -
CMYK 0 0.92 0.91 0.20
HSL 359.04º 0.85% 0.43% -
HSV(B) 359.04º 0.92% 0.8% -
XYZ 24.93 13.11 1.83 -
YUV 72.26 97.95 221.26 -
System Red Green Blue C M Y K H S L
Decimal 203 16 19 0 0.92 0.91 0.20 359.04 0.85 0.43
Hex CB 10 13 0 5C 5B 14 167 55 2B
Octal 313 20 23 0 134 133 24 547 125 53
Binary 11001011 10000 10011 0 1011100 1011011 10100 101100111 1010101 101011

Color Harmonies of #CB1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1013

Black with #CB1013

Text Example


Text Example

White with #CB1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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