Html Css Color HEX #C00310 Venetian Red

📋 copy color: '#C00310'

red 192 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #C00310

Tints of Venetian Red #C00310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 91%
G = 1.42%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C00310 (or 0xC00310) is known color: Venetian Red. HEX triplet: C0, 03 and 10. RGB value is (192,3,16). Sum of RGB (Red+Green+Blue) = 192+3+16=211 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.00% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 192 - color contains mainly: red. Hex color #C00310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00310 is #3FFCEF. Grayscale: #3D3D3D. Windows color (decimal): -4193520 or 1049536. OLE color: 1049536.

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

Color convert

RGB 192 3 16 -
CMYK 0 0.98 0.92 0.25
HSL 355.87º 0.97% 0.38% -
HSV(B) 355.87º 0.98% 0.75% -
XYZ 21.86 11.31 1.52 -
YUV 60.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 192 3 16 0 0.98 0.92 0.25 355.87 0.97 0.38
Hex C0 3 10 0 62 5C 19 164 61 26
Octal 300 3 20 0 142 134 31 544 141 46
Binary 11000000 11 10000 0 1100010 1011100 11001 101100100 1100001 100110

Color Harmonies of #C00310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00310

Black with #C00310

Text Example


Text Example

White with #C00310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00310; }

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

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

background-color css

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

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

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

border-color css

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

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

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