Html Css Color HEX #C0061D Venetian Red

📋 copy color: '#C0061D'

red 192 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #C0061D

Tints of Venetian Red #C0061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 84.58%
G = 2.64%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0061D (or 0xC0061D) is known color: Venetian Red. HEX triplet: C0, 06 and 1D. RGB value is (192,6,29). Sum of RGB (Red+Green+Blue) = 192+6+29=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C0061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0061D is #3FF9E2. Grayscale: #404040. Windows color (decimal): -4192739 or 1902272. OLE color: 1902272.

HSL color Cylindrical-coordinate representation of color #C0061D: hue angle of 352.58º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0061D is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 29 -
CMYK 0 0.97 0.85 0.25
HSL 352.58º 0.94% 0.39% -
HSV(B) 352.58º 0.97% 0.75% -
XYZ 22.03 11.43 2.21 -
YUV 64.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 192 6 29 0 0.97 0.85 0.25 352.58 0.94 0.39
Hex C0 6 1D 0 61 55 19 161 5E 27
Octal 300 6 35 0 141 125 31 541 136 47
Binary 11000000 110 11101 0 1100001 1010101 11001 101100001 1011110 100111

Color Harmonies of #C0061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0061D

Black with #C0061D

Text Example


Text Example

White with #C0061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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