Html Css Color HEX #C00313 Venetian Red

📋 copy color: '#C00313'

red 192 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #C00313

Tints of Venetian Red #C00313

RGB

 RED value IS 192 (75.39% from 255) = 89.72%

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 89.72%
G = 1.4%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C00313 (or 0xC00313) is known color: Venetian Red. HEX triplet: C0, 03 and 13. RGB value is (192,3,19). Sum of RGB (Red+Green+Blue) = 192+3+19=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C00313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00313 is #3FFCEC. Grayscale: #3D3D3D. Windows color (decimal): -4193517 or 1246144. OLE color: 1246144.

HSL color Cylindrical-coordinate representation of color #C00313: hue angle of 354.92º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00313 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 19 -
CMYK 0 0.98 0.90 0.25
HSL 354.92º 0.97% 0.38% -
HSV(B) 354.92º 0.98% 0.75% -
XYZ 21.89 11.32 1.65 -
YUV 61.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 192 3 19 0 0.98 0.90 0.25 354.92 0.97 0.38
Hex C0 3 13 0 62 5A 19 163 61 26
Octal 300 3 23 0 142 132 31 543 141 46
Binary 11000000 11 10011 0 1100010 1011010 11001 101100011 1100001 100110

Color Harmonies of #C00313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00313

Black with #C00313

Text Example


Text Example

White with #C00313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00313; }

 p { color: rgb(192,3,19); }

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

background-color css

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

 a { background-color: rgb(192,3,19); }

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

border-color css

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

 span { border-color: rgb(192,3,19); }

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