Html Css Color HEX #C0031C Venetian Red

📋 copy color: '#C0031C'

red 192 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #C0031C

Tints of Venetian Red #C0031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 86.1%
G = 1.35%
B = 12.56%

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

#C0031C (or 0xC0031C) is known color: Venetian Red. HEX triplet: C0, 03 and 1C. RGB value is (192,3,28). Sum of RGB (Red+Green+Blue) = 192+3+28=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C0031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0031C is #3FFCE3. Grayscale: #3E3E3E. Windows color (decimal): -4193508 or 1835968. OLE color: 1835968.

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

Color convert

RGB 192 3 28 -
CMYK 0 0.98 0.85 0.25
HSL 352.06º 0.97% 0.38% -
HSV(B) 352.06º 0.98% 0.75% -
XYZ 21.98 11.36 2.13 -
YUV 62.36 108.62 220.47 -
System Red Green Blue C M Y K H S L
Decimal 192 3 28 0 0.98 0.85 0.25 352.06 0.97 0.38
Hex C0 3 1C 0 62 55 19 160 61 26
Octal 300 3 34 0 142 125 31 540 141 46
Binary 11000000 11 11100 0 1100010 1010101 11001 101100000 1100001 100110

Color Harmonies of #C0031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0031C

Black with #C0031C

Text Example


Text Example

White with #C0031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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