Html Css Color HEX #CB0814 Venetian Red

📋 copy color: '#CB0814'

red 203 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #CB0814

Tints of Venetian Red #CB0814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

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

R = 87.88%
G = 3.46%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB0814 (or 0xCB0814) is known color: Venetian Red. HEX triplet: CB, 08 and 14. RGB value is (203,8,20). Sum of RGB (Red+Green+Blue) = 203+8+20=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0814 is #34F7EB. Grayscale: #434343. Windows color (decimal): -3471340 or 1312971. OLE color: 1312971.

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

Color convert

RGB 203 8 20 -
CMYK 0 0.96 0.90 0.20
HSL 356.31º 0.92% 0.41% -
HSV(B) 356.31º 0.96% 0.8% -
XYZ 24.84 12.92 1.85 -
YUV 67.67 101.1 224.52 -
System Red Green Blue C M Y K H S L
Decimal 203 8 20 0 0.96 0.90 0.20 356.31 0.92 0.41
Hex CB 8 14 0 60 5A 14 164 5C 29
Octal 313 10 24 0 140 132 24 544 134 51
Binary 11001011 1000 10100 0 1100000 1011010 10100 101100100 1011100 101001

Color Harmonies of #CB0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0814

Black with #CB0814

Text Example


Text Example

White with #CB0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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