Html Css Color HEX #C20407 Venetian Red

📋 copy color: '#C20407'

red 194 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #C20407

Tints of Venetian Red #C20407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 94.63%
G = 1.95%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C20407 (or 0xC20407) is known color: Venetian Red. HEX triplet: C2, 04 and 07. RGB value is (194,4,7). Sum of RGB (Red+Green+Blue) = 194+4+7=205 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.63% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 194 - color contains mainly: red. Hex color #C20407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20407 is #3DFBF8. Grayscale: #3D3D3D. Windows color (decimal): -4062201 or 459970. OLE color: 459970.

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

Color convert

RGB 194 4 7 -
CMYK 0 0.98 0.96 0.24
HSL 359.05º 0.96% 0.39% -
HSV(B) 359.05º 0.98% 0.76% -
XYZ 22.33 11.57 1.26 -
YUV 61.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 194 4 7 0 0.98 0.96 0.24 359.05 0.96 0.39
Hex C2 4 7 0 62 60 18 167 60 27
Octal 302 4 7 0 142 140 30 547 140 47
Binary 11000010 100 111 0 1100010 1100000 11000 101100111 1100000 100111

Color Harmonies of #C20407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20407

Black with #C20407

Text Example


Text Example

White with #C20407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20407; }

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

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

background-color css

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

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

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

border-color css

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

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

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