Html Css Color HEX #C20103 Venetian Red

📋 copy color: '#C20103'

red 194 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #C20103

Tints of Venetian Red #C20103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 97.98%
G = 0.51%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C20103 (or 0xC20103) is known color: Venetian Red. HEX triplet: C2, 01 and 03. RGB value is (194,1,3). Sum of RGB (Red+Green+Blue) = 194+1+3=198 (26% of max value = 765). Red value is 194 (76.17% from 255 or 97.98% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 194 - color contains mainly: red. Hex color #C20103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20103 is #3DFEFC. Grayscale: #3B3B3B. Windows color (decimal): -4062973 or 197058. OLE color: 197058.

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

Color convert

RGB 194 1 3 -
CMYK 0 0.99 0.98 0.24
HSL 359.38º 0.99% 0.38% -
HSV(B) 359.38º 0.99% 0.76% -
XYZ 22.28 11.5 1.13 -
YUV 58.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 194 1 3 0 0.99 0.98 0.24 359.38 0.99 0.38
Hex C2 1 3 0 63 62 18 167 63 26
Octal 302 1 3 0 143 142 30 547 143 46
Binary 11000010 1 11 0 1100011 1100010 11000 101100111 1100011 100110

Color Harmonies of #C20103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20103

Black with #C20103

Text Example


Text Example

White with #C20103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20103; }

 p { color: rgb(194,1,3); }

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

background-color css

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

 a { background-color: rgb(194,1,3); }

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

border-color css

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

 span { border-color: rgb(194,1,3); }

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