Html Css Color HEX #CB0E14 Venetian Red

📋 copy color: '#CB0E14'

red 203 ◦ green 14 ◦ blue 20

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

Shades of Venetian Red #CB0E14

Tints of Venetian Red #CB0E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.91%

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

R = 85.65%
G = 5.91%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB0E14 (or 0xCB0E14) is known color: Venetian Red. HEX triplet: CB, 0E and 14. RGB value is (203,14,20). Sum of RGB (Red+Green+Blue) = 203+14+20=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0E14 is #34F1EB. Grayscale: #474747. Windows color (decimal): -3469804 or 1314507. OLE color: 1314507.

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

Color convert

RGB 203 14 20 -
CMYK 0 0.93 0.90 0.20
HSL 358.1º 0.87% 0.43% -
HSV(B) 358.1º 0.93% 0.8% -
XYZ 24.91 13.06 1.87 -
YUV 71.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 203 14 20 0 0.93 0.90 0.20 358.1 0.87 0.43
Hex CB E 14 0 5D 5A 14 166 57 2B
Octal 313 16 24 0 135 132 24 546 127 53
Binary 11001011 1110 10100 0 1011101 1011010 10100 101100110 1010111 101011

Color Harmonies of #CB0E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0E14

Black with #CB0E14

Text Example


Text Example

White with #CB0E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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