Html Css Color HEX #C20422 Venetian Red

📋 copy color: '#C20422'

red 194 ◦ green 4 ◦ blue 34

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

Shades of Venetian Red #C20422

Tints of Venetian Red #C20422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 83.62%
G = 1.72%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C20422 (or 0xC20422) is known color: Venetian Red. HEX triplet: C2, 04 and 22. RGB value is (194,4,34). Sum of RGB (Red+Green+Blue) = 194+4+34=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C20422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20422 is #3DFBDD. Grayscale: #404040. Windows color (decimal): -4062174 or 2229442. OLE color: 2229442.

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

Color convert

RGB 194 4 34 -
CMYK 0 0.98 0.82 0.24
HSL 350.53º 0.96% 0.39% -
HSV(B) 350.53º 0.98% 0.76% -
XYZ 22.58 11.67 2.58 -
YUV 64.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 194 4 34 0 0.98 0.82 0.24 350.53 0.96 0.39
Hex C2 4 22 0 62 52 18 15F 60 27
Octal 302 4 42 0 142 122 30 537 140 47
Binary 11000010 100 100010 0 1100010 1010010 11000 101011111 1100000 100111

Color Harmonies of #C20422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20422

Black with #C20422

Text Example


Text Example

White with #C20422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20422; }

 p { color: rgb(194,4,34); }

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

background-color css

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

 a { background-color: rgb(194,4,34); }

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

border-color css

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

 span { border-color: rgb(194,4,34); }

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