Html Css Color HEX #CB031D Venetian Red

📋 copy color: '#CB031D'

red 203 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #CB031D

Tints of Venetian Red #CB031D

RGB

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

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

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

R = 86.38%
G = 1.28%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB031D (or 0xCB031D) is known color: Venetian Red. HEX triplet: CB, 03 and 1D. RGB value is (203,3,29). Sum of RGB (Red+Green+Blue) = 203+3+29=235 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.38% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 203 - color contains mainly: red. Hex color #CB031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB031D is #34FCE2. Grayscale: #414141. Windows color (decimal): -3472611 or 1901515. OLE color: 1901515.

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

Color convert

RGB 203 3 29 -
CMYK 0 0.99 0.86 0.20
HSL 352.2º 0.97% 0.4% -
HSV(B) 352.2º 0.99% 0.8% -
XYZ 24.88 12.85 2.33 -
YUV 65.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 203 3 29 0 0.99 0.86 0.20 352.2 0.97 0.4
Hex CB 3 1D 0 63 56 14 160 61 28
Octal 313 3 35 0 143 126 24 540 141 50
Binary 11001011 11 11101 0 1100011 1010110 10100 101100000 1100001 101000

Color Harmonies of #CB031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB031D

Black with #CB031D

Text Example


Text Example

White with #CB031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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