Html Css Color HEX #CB031F Venetian Red

📋 copy color: '#CB031F'

red 203 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #CB031F

Tints of Venetian Red #CB031F

RGB

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

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

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

R = 85.65%
G = 1.27%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB031F (or 0xCB031F) is known color: Venetian Red. HEX triplet: CB, 03 and 1F. RGB value is (203,3,31). Sum of RGB (Red+Green+Blue) = 203+3+31=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB031F is #34FCE0. Grayscale: #424242. Windows color (decimal): -3472609 or 2032587. OLE color: 2032587.

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

Color convert

RGB 203 3 31 -
CMYK 0 0.99 0.85 0.20
HSL 351.6º 0.97% 0.4% -
HSV(B) 351.6º 0.99% 0.8% -
XYZ 24.91 12.86 2.47 -
YUV 65.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 203 3 31 0 0.99 0.85 0.20 351.6 0.97 0.4
Hex CB 3 1F 0 63 55 14 160 61 28
Octal 313 3 37 0 143 125 24 540 141 50
Binary 11001011 11 11111 0 1100011 1010101 10100 101100000 1100001 101000

Color Harmonies of #CB031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB031F

Black with #CB031F

Text Example


Text Example

White with #CB031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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