Html Css Color HEX #C0031D Venetian Red

📋 copy color: '#C0031D'

red 192 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #C0031D

Tints of Venetian Red #C0031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 85.71%
G = 1.34%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0031D (or 0xC0031D) is known color: Venetian Red. HEX triplet: C0, 03 and 1D. RGB value is (192,3,29). Sum of RGB (Red+Green+Blue) = 192+3+29=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C0031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0031D is #3FFCE2. Grayscale: #3E3E3E. Windows color (decimal): -4193507 or 1901504. OLE color: 1901504.

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

Color convert

RGB 192 3 29 -
CMYK 0 0.98 0.85 0.25
HSL 351.75º 0.97% 0.38% -
HSV(B) 351.75º 0.98% 0.75% -
XYZ 21.99 11.36 2.2 -
YUV 62.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 192 3 29 0 0.98 0.85 0.25 351.75 0.97 0.38
Hex C0 3 1D 0 62 55 19 160 61 26
Octal 300 3 35 0 142 125 31 540 141 46
Binary 11000000 11 11101 0 1100010 1010101 11001 101100000 1100001 100110

Color Harmonies of #C0031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0031D

Black with #C0031D

Text Example


Text Example

White with #C0031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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