Html Css Color HEX #CB080E Venetian Red

📋 copy color: '#CB080E'

red 203 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #CB080E

Tints of Venetian Red #CB080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 90.22%
G = 3.56%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB080E (or 0xCB080E) is known color: Venetian Red. HEX triplet: CB, 08 and 0E. RGB value is (203,8,14). Sum of RGB (Red+Green+Blue) = 203+8+14=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB080E is #34F7F1. Grayscale: #434343. Windows color (decimal): -3471346 or 919755. OLE color: 919755.

HSL color Cylindrical-coordinate representation of color #CB080E: hue angle of 358.15º 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 #CB080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 14 -
CMYK 0 0.96 0.93 0.20
HSL 358.15º 0.92% 0.41% -
HSV(B) 358.15º 0.96% 0.8% -
XYZ 24.79 12.9 1.6 -
YUV 66.99 98.1 225.01 -
System Red Green Blue C M Y K H S L
Decimal 203 8 14 0 0.96 0.93 0.20 358.15 0.92 0.41
Hex CB 8 E 0 60 5D 14 166 5C 29
Octal 313 10 16 0 140 135 24 546 134 51
Binary 11001011 1000 1110 0 1100000 1011101 10100 101100110 1011100 101001

Color Harmonies of #CB080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB080E

Black with #CB080E

Text Example


Text Example

White with #CB080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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