Html Css Color HEX #C20213 Venetian Red

📋 copy color: '#C20213'

red 194 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #C20213

Tints of Venetian Red #C20213

RGB

 RED value IS 194 (76.17% from 255) = 90.23%

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

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 90.23%
G = 0.93%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C20213 (or 0xC20213) is known color: Venetian Red. HEX triplet: C2, 02 and 13. RGB value is (194,2,19). Sum of RGB (Red+Green+Blue) = 194+2+19=215 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.23% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 194 - color contains mainly: red. Hex color #C20213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20213 is #3DFDEC. Grayscale: #3D3D3D. Windows color (decimal): -4062701 or 1245890. OLE color: 1245890.

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

Color convert

RGB 194 2 19 -
CMYK 0 0.99 0.90 0.24
HSL 354.69º 0.98% 0.38% -
HSV(B) 354.69º 0.99% 0.76% -
XYZ 22.39 11.56 1.67 -
YUV 61.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 194 2 19 0 0.99 0.90 0.24 354.69 0.98 0.38
Hex C2 2 13 0 63 5A 18 163 62 26
Octal 302 2 23 0 143 132 30 543 142 46
Binary 11000010 10 10011 0 1100011 1011010 11000 101100011 1100010 100110

Color Harmonies of #C20213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20213

Black with #C20213

Text Example


Text Example

White with #C20213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20213; }

 p { color: rgb(194,2,19); }

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

background-color css

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

 a { background-color: rgb(194,2,19); }

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

border-color css

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

 span { border-color: rgb(194,2,19); }

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