Html Css Color HEX #C0041C Venetian Red

📋 copy color: '#C0041C'

red 192 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #C0041C

Tints of Venetian Red #C0041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 85.71%
G = 1.79%
B = 12.5%

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

#C0041C (or 0xC0041C) is known color: Venetian Red. HEX triplet: C0, 04 and 1C. RGB value is (192,4,28). Sum of RGB (Red+Green+Blue) = 192+4+28=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C0041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0041C is #3FFBE3. Grayscale: #3F3F3F. Windows color (decimal): -4193252 or 1836224. OLE color: 1836224.

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

Color convert

RGB 192 4 28 -
CMYK 0 0.98 0.85 0.25
HSL 352.34º 0.96% 0.38% -
HSV(B) 352.34º 0.98% 0.75% -
XYZ 21.99 11.38 2.14 -
YUV 62.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 192 4 28 0 0.98 0.85 0.25 352.34 0.96 0.38
Hex C0 4 1C 0 62 55 19 160 60 26
Octal 300 4 34 0 142 125 31 540 140 46
Binary 11000000 100 11100 0 1100010 1010101 11001 101100000 1100000 100110

Color Harmonies of #C0041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0041C

Black with #C0041C

Text Example


Text Example

White with #C0041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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