Html Css Color HEX #C0021B Venetian Red

📋 copy color: '#C0021B'

red 192 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #C0021B

Tints of Venetian Red #C0021B

RGB

 RED value IS 192 (75.39% from 255) = 86.88%

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 86.88%
G = 0.9%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0021B (or 0xC0021B) is known color: Venetian Red. HEX triplet: C0, 02 and 1B. RGB value is (192,2,27). Sum of RGB (Red+Green+Blue) = 192+2+27=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C0021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0021B is #3FFDE4. Grayscale: #3D3D3D. Windows color (decimal): -4193765 or 1770176. OLE color: 1770176.

HSL color Cylindrical-coordinate representation of color #C0021B: hue angle of 352.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0021B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 27 -
CMYK 0 0.99 0.86 0.25
HSL 352.11º 0.98% 0.38% -
HSV(B) 352.11º 0.99% 0.75% -
XYZ 21.96 11.33 2.07 -
YUV 61.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 192 2 27 0 0.99 0.86 0.25 352.11 0.98 0.38
Hex C0 2 1B 0 63 56 19 160 62 26
Octal 300 2 33 0 143 126 31 540 142 46
Binary 11000000 10 11011 0 1100011 1010110 11001 101100000 1100010 100110

Color Harmonies of #C0021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0021B

Black with #C0021B

Text Example


Text Example

White with #C0021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0021B; }

 p { color: rgb(192,2,27); }

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

background-color css

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

 a { background-color: rgb(192,2,27); }

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

border-color css

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

 span { border-color: rgb(192,2,27); }

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