Html Css Color HEX #C0021A Venetian Red

📋 copy color: '#C0021A'

red 192 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #C0021A

Tints of Venetian Red #C0021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 87.27%
G = 0.91%
B = 11.82%

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

#C0021A (or 0xC0021A) is known color: Venetian Red. HEX triplet: C0, 02 and 1A. RGB value is (192,2,26). Sum of RGB (Red+Green+Blue) = 192+2+26=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C0021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0021A is #3FFDE5. Grayscale: #3D3D3D. Windows color (decimal): -4193766 or 1704640. OLE color: 1704640.

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

Color convert

RGB 192 2 26 -
CMYK 0 0.99 0.86 0.25
HSL 352.42º 0.98% 0.38% -
HSV(B) 352.42º 0.99% 0.75% -
XYZ 21.95 11.32 2.01 -
YUV 61.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 192 2 26 0 0.99 0.86 0.25 352.42 0.98 0.38
Hex C0 2 1A 0 63 56 19 160 62 26
Octal 300 2 32 0 143 126 31 540 142 46
Binary 11000000 10 11010 0 1100011 1010110 11001 101100000 1100010 100110

Color Harmonies of #C0021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0021A

Black with #C0021A

Text Example


Text Example

White with #C0021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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