Html Css Color HEX #C20427 Venetian Red

📋 copy color: '#C20427'

red 194 ◦ green 4 ◦ blue 39

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

Shades of Venetian Red #C20427

Tints of Venetian Red #C20427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.46%

R = 81.86%
G = 1.69%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C20427 (or 0xC20427) is known color: Venetian Red. HEX triplet: C2, 04 and 27. RGB value is (194,4,39). Sum of RGB (Red+Green+Blue) = 194+4+39=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C20427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20427 is #3DFBD8. Grayscale: #404040. Windows color (decimal): -4062169 or 2557122. OLE color: 2557122.

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

Color convert

RGB 194 4 39 -
CMYK 0 0.98 0.80 0.24
HSL 348.95º 0.96% 0.39% -
HSV(B) 348.95º 0.98% 0.76% -
XYZ 22.66 11.7 2.98 -
YUV 64.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 194 4 39 0 0.98 0.80 0.24 348.95 0.96 0.39
Hex C2 4 27 0 62 50 18 15D 60 27
Octal 302 4 47 0 142 120 30 535 140 47
Binary 11000010 100 100111 0 1100010 1010000 11000 101011101 1100000 100111

Color Harmonies of #C20427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20427

Black with #C20427

Text Example


Text Example

White with #C20427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20427; }

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

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

background-color css

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

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

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

border-color css

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

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

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