Html Css Color HEX #C0001D Venetian Red

📋 copy color: '#C0001D'

red 192 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #C0001D

Tints of Venetian Red #C0001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.88%
G = 0%
B = 13.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0001D (or 0xC0001D) is known color: Venetian Red. HEX triplet: C0, 00 and 1D. RGB value is (192,0,29). Sum of RGB (Red+Green+Blue) = 192+0+29=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C0001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0001D is #3FFFE2. Grayscale: #3C3C3C. Windows color (decimal): -4194275 or 1900736. OLE color: 1900736.

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

Color convert

RGB 192 0 29 -
CMYK 0 1 0.85 0.25
HSL 350.94º 1% 0.38% -
HSV(B) 350.94º 1% 0.75% -
XYZ 21.96 11.3 2.19 -
YUV 60.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 192 0 29 0 1 0.85 0.25 350.94 1 0.38
Hex C0 0 1D 0 64 55 19 15F 64 26
Octal 300 0 35 0 144 125 31 537 144 46
Binary 11000000 0 11101 0 1100100 1010101 11001 101011111 1100100 100110

Color Harmonies of #C0001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0001D

Black with #C0001D

Text Example


Text Example

White with #C0001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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