Html Css Color HEX #C0042D Venetian Red

📋 copy color: '#C0042D'

red 192 ◦ green 4 ◦ blue 45

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

Shades of Venetian Red #C0042D

Tints of Venetian Red #C0042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 79.67%
G = 1.66%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0042D (or 0xC0042D) is known color: Venetian Red. HEX triplet: C0, 04 and 2D. RGB value is (192,4,45). Sum of RGB (Red+Green+Blue) = 192+4+45=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0042D is #3FFBD2. Grayscale: #404040. Windows color (decimal): -4193235 or 2950336. OLE color: 2950336.

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

Color convert

RGB 192 4 45 -
CMYK 0 0.98 0.77 0.25
HSL 346.91º 0.96% 0.38% -
HSV(B) 346.91º 0.98% 0.75% -
XYZ 22.26 11.48 3.53 -
YUV 64.89 116.78 218.67 -
System Red Green Blue C M Y K H S L
Decimal 192 4 45 0 0.98 0.77 0.25 346.91 0.96 0.38
Hex C0 4 2D 0 62 4D 19 15B 60 26
Octal 300 4 55 0 142 115 31 533 140 46
Binary 11000000 100 101101 0 1100010 1001101 11001 101011011 1100000 100110

Color Harmonies of #C0042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0042D

Black with #C0042D

Text Example


Text Example

White with #C0042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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