Html Css Color HEX #CB031B Venetian Red

📋 copy color: '#CB031B'

red 203 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #CB031B

Tints of Venetian Red #CB031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 87.12%
G = 1.29%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB031B (or 0xCB031B) is known color: Venetian Red. HEX triplet: CB, 03 and 1B. RGB value is (203,3,27). Sum of RGB (Red+Green+Blue) = 203+3+27=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB031B is #34FCE4. Grayscale: #414141. Windows color (decimal): -3472613 or 1770443. OLE color: 1770443.

HSL color Cylindrical-coordinate representation of color #CB031B: hue angle of 352.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB031B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 27 -
CMYK 0 0.99 0.87 0.20
HSL 352.8º 0.97% 0.4% -
HSV(B) 352.8º 0.99% 0.8% -
XYZ 24.86 12.84 2.21 -
YUV 65.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 203 3 27 0 0.99 0.87 0.20 352.8 0.97 0.4
Hex CB 3 1B 0 63 57 14 161 61 28
Octal 313 3 33 0 143 127 24 541 141 50
Binary 11001011 11 11011 0 1100011 1010111 10100 101100001 1100001 101000

Color Harmonies of #CB031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB031B

Black with #CB031B

Text Example


Text Example

White with #CB031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB031B; }

 p { color: rgb(203,3,27); }

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

background-color css

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

 a { background-color: rgb(203,3,27); }

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

border-color css

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

 span { border-color: rgb(203,3,27); }

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