Html Css Color HEX #CB081E Venetian Red

📋 copy color: '#CB081E'

red 203 ◦ green 8 ◦ blue 30

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

Shades of Venetian Red #CB081E

Tints of Venetian Red #CB081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 84.23%
G = 3.32%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB081E (or 0xCB081E) is known color: Venetian Red. HEX triplet: CB, 08 and 1E. RGB value is (203,8,30). Sum of RGB (Red+Green+Blue) = 203+8+30=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB081E is #34F7E1. Grayscale: #444444. Windows color (decimal): -3471330 or 1968331. OLE color: 1968331.

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

Color convert

RGB 203 8 30 -
CMYK 0 0.96 0.85 0.20
HSL 353.23º 0.92% 0.41% -
HSV(B) 353.23º 0.96% 0.8% -
XYZ 24.95 12.96 2.42 -
YUV 68.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 203 8 30 0 0.96 0.85 0.20 353.23 0.92 0.41
Hex CB 8 1E 0 60 55 14 161 5C 29
Octal 313 10 36 0 140 125 24 541 134 51
Binary 11001011 1000 11110 0 1100000 1010101 10100 101100001 1011100 101001

Color Harmonies of #CB081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB081E

Black with #CB081E

Text Example


Text Example

White with #CB081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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