Html Css Color HEX #C20423 Venetian Red

📋 copy color: '#C20423'

red 194 ◦ green 4 ◦ blue 35

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

Shades of Venetian Red #C20423

Tints of Venetian Red #C20423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 83.26%
G = 1.72%
B = 15.02%

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

#C20423 (or 0xC20423) is known color: Venetian Red. HEX triplet: C2, 04 and 23. RGB value is (194,4,35). Sum of RGB (Red+Green+Blue) = 194+4+35=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C20423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20423 is #3DFBDC. Grayscale: #404040. Windows color (decimal): -4062173 or 2294978. OLE color: 2294978.

HSL color Cylindrical-coordinate representation of color #C20423: hue angle of 350.21º 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 #C20423 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 35 -
CMYK 0 0.98 0.82 0.24
HSL 350.21º 0.96% 0.39% -
HSV(B) 350.21º 0.98% 0.76% -
XYZ 22.59 11.68 2.65 -
YUV 64.34 111.45 220.48 -
System Red Green Blue C M Y K H S L
Decimal 194 4 35 0 0.98 0.82 0.24 350.21 0.96 0.39
Hex C2 4 23 0 62 52 18 15E 60 27
Octal 302 4 43 0 142 122 30 536 140 47
Binary 11000010 100 100011 0 1100010 1010010 11000 101011110 1100000 100111

Color Harmonies of #C20423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20423

Black with #C20423

Text Example


Text Example

White with #C20423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20423; }

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

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

background-color css

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

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

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

border-color css

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

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

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