Html Css Color HEX #CB081C Venetian Red

📋 copy color: '#CB081C'

red 203 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #CB081C

Tints of Venetian Red #CB081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 84.94%
G = 3.35%
B = 11.72%

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

#CB081C (or 0xCB081C) is known color: Venetian Red. HEX triplet: CB, 08 and 1C. RGB value is (203,8,28). Sum of RGB (Red+Green+Blue) = 203+8+28=239 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.94% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 203 - color contains mainly: red. Hex color #CB081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB081C is #34F7E3. Grayscale: #444444. Windows color (decimal): -3471332 or 1837259. OLE color: 1837259.

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

Color convert

RGB 203 8 28 -
CMYK 0 0.96 0.86 0.20
HSL 353.85º 0.92% 0.41% -
HSV(B) 353.85º 0.96% 0.8% -
XYZ 24.93 12.95 2.29 -
YUV 68.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 203 8 28 0 0.96 0.86 0.20 353.85 0.92 0.41
Hex CB 8 1C 0 60 56 14 162 5C 29
Octal 313 10 34 0 140 126 24 542 134 51
Binary 11001011 1000 11100 0 1100000 1010110 10100 101100010 1011100 101001

Color Harmonies of #CB081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB081C

Black with #CB081C

Text Example


Text Example

White with #CB081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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