Html Css Color HEX #CB081D Venetian Red

📋 copy color: '#CB081D'

red 203 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #CB081D

Tints of Venetian Red #CB081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 84.58%
G = 3.33%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB081D (or 0xCB081D) is known color: Venetian Red. HEX triplet: CB, 08 and 1D. RGB value is (203,8,29). Sum of RGB (Red+Green+Blue) = 203+8+29=240 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.58% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 203 - color contains mainly: red. Hex color #CB081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB081D is #34F7E2. Grayscale: #444444. Windows color (decimal): -3471331 or 1902795. OLE color: 1902795.

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

Color convert

RGB 203 8 29 -
CMYK 0 0.96 0.86 0.20
HSL 353.54º 0.92% 0.41% -
HSV(B) 353.54º 0.96% 0.8% -
XYZ 24.94 12.96 2.35 -
YUV 68.7 105.6 223.79 -
System Red Green Blue C M Y K H S L
Decimal 203 8 29 0 0.96 0.86 0.20 353.54 0.92 0.41
Hex CB 8 1D 0 60 56 14 162 5C 29
Octal 313 10 35 0 140 126 24 542 134 51
Binary 11001011 1000 11101 0 1100000 1010110 10100 101100010 1011100 101001

Color Harmonies of #CB081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB081D

Black with #CB081D

Text Example


Text Example

White with #CB081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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