Html Css Color HEX #C20409 Venetian Red

📋 copy color: '#C20409'

red 194 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #C20409

Tints of Venetian Red #C20409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.35%

R = 93.72%
G = 1.93%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C20409 (or 0xC20409) is known color: Venetian Red. HEX triplet: C2, 04 and 09. RGB value is (194,4,9). Sum of RGB (Red+Green+Blue) = 194+4+9=207 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.72% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 194 - color contains mainly: red. Hex color #C20409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20409 is #3DFBF6. Grayscale: #3D3D3D. Windows color (decimal): -4062199 or 591042. OLE color: 591042.

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

Color convert

RGB 194 4 9 -
CMYK 0 0.98 0.95 0.24
HSL 358.42º 0.96% 0.39% -
HSV(B) 358.42º 0.98% 0.76% -
XYZ 22.34 11.58 1.32 -
YUV 61.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 194 4 9 0 0.98 0.95 0.24 358.42 0.96 0.39
Hex C2 4 9 0 62 5F 18 166 60 27
Octal 302 4 11 0 142 137 30 546 140 47
Binary 11000010 100 1001 0 1100010 1011111 11000 101100110 1100000 100111

Color Harmonies of #C20409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20409

Black with #C20409

Text Example


Text Example

White with #C20409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20409; }

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

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

background-color css

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

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

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

border-color css

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

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

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