Html Css Color HEX #CB081F Venetian Red

📋 copy color: '#CB081F'

red 203 ◦ green 8 ◦ blue 31

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

Shades of Venetian Red #CB081F

Tints of Venetian Red #CB081F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 83.88%
G = 3.31%
B = 12.81%

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

#CB081F (or 0xCB081F) is known color: Venetian Red. HEX triplet: CB, 08 and 1F. RGB value is (203,8,31). Sum of RGB (Red+Green+Blue) = 203+8+31=242 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.88% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 203 - color contains mainly: red. Hex color #CB081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB081F is #34F7E0. Grayscale: #454545. Windows color (decimal): -3471329 or 2033867. OLE color: 2033867.

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

Color convert

RGB 203 8 31 -
CMYK 0 0.96 0.85 0.20
HSL 352.92º 0.92% 0.41% -
HSV(B) 352.92º 0.96% 0.8% -
XYZ 24.96 12.97 2.48 -
YUV 68.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 203 8 31 0 0.96 0.85 0.20 352.92 0.92 0.41
Hex CB 8 1F 0 60 55 14 161 5C 29
Octal 313 10 37 0 140 125 24 541 134 51
Binary 11001011 1000 11111 0 1100000 1010101 10100 101100001 1011100 101001

Color Harmonies of #CB081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB081F

Black with #CB081F

Text Example


Text Example

White with #CB081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB081F; }

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

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

background-color css

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

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

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

border-color css

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

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

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