Html Css Color HEX #CB0320 Venetian Red

📋 copy color: '#CB0320'

red 203 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #CB0320

Tints of Venetian Red #CB0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.45%

R = 85.29%
G = 1.26%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB0320 (or 0xCB0320) is known color: Venetian Red. HEX triplet: CB, 03 and 20. RGB value is (203,3,32). Sum of RGB (Red+Green+Blue) = 203+3+32=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0320 is #34FCDF. Grayscale: #424242. Windows color (decimal): -3472608 or 2098123. OLE color: 2098123.

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

Color convert

RGB 203 3 32 -
CMYK 0 0.99 0.84 0.20
HSL 351.3º 0.97% 0.4% -
HSV(B) 351.3º 0.99% 0.8% -
XYZ 24.92 12.87 2.54 -
YUV 66.11 108.76 225.64 -
System Red Green Blue C M Y K H S L
Decimal 203 3 32 0 0.99 0.84 0.20 351.3 0.97 0.4
Hex CB 3 20 0 63 54 14 15F 61 28
Octal 313 3 40 0 143 124 24 537 141 50
Binary 11001011 11 100000 0 1100011 1010100 10100 101011111 1100001 101000

Color Harmonies of #CB0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0320

Black with #CB0320

Text Example


Text Example

White with #CB0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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