Html Css Color HEX #C00D1A Venetian Red

📋 copy color: '#C00D1A'

red 192 ◦ green 13 ◦ blue 26

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

Shades of Venetian Red #C00D1A

Tints of Venetian Red #C00D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 83.12%
G = 5.63%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C00D1A (or 0xC00D1A) is known color: Venetian Red. HEX triplet: C0, 0D and 1A. RGB value is (192,13,26). Sum of RGB (Red+Green+Blue) = 192+13+26=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D1A is #3FF2E5. Grayscale: #444444. Windows color (decimal): -4190950 or 1707456. OLE color: 1707456.

HSL color Cylindrical-coordinate representation of color #C00D1A: hue angle of 355.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D1A is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 26 -
CMYK 0 0.93 0.86 0.25
HSL 355.64º 0.87% 0.4% -
HSV(B) 355.64º 0.93% 0.75% -
XYZ 22.07 11.57 2.05 -
YUV 68 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 192 13 26 0 0.93 0.86 0.25 355.64 0.87 0.4
Hex C0 D 1A 0 5D 56 19 164 57 28
Octal 300 15 32 0 135 126 31 544 127 50
Binary 11000000 1101 11010 0 1011101 1010110 11001 101100100 1010111 101000

Color Harmonies of #C00D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D1A

Black with #C00D1A

Text Example


Text Example

White with #C00D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D1A; }

 p { color: rgb(192,13,26); }

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

background-color css

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

 a { background-color: rgb(192,13,26); }

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

border-color css

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

 span { border-color: rgb(192,13,26); }

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