Html Css Color HEX #C10D18 Venetian Red

📋 copy color: '#C10D18'

red 193 ◦ green 13 ◦ blue 24

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

Shades of Venetian Red #C10D18

Tints of Venetian Red #C10D18

RGB

 RED value IS 193 (75.78% from 255) = 83.91%

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

 BLUE value IS 24 (9.77% from 255) = 10.43%

R = 83.91%
G = 5.65%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C10D18 (or 0xC10D18) is known color: Venetian Red. HEX triplet: C1, 0D and 18. RGB value is (193,13,24). Sum of RGB (Red+Green+Blue) = 193+13+24=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10D18 is #3EF2E7. Grayscale: #444444. Windows color (decimal): -4125416 or 1576385. OLE color: 1576385.

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

Color convert

RGB 193 13 24 -
CMYK 0 0.93 0.88 0.24
HSL 356.33º 0.87% 0.4% -
HSV(B) 356.33º 0.93% 0.76% -
XYZ 22.3 11.69 1.95 -
YUV 68.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 193 13 24 0 0.93 0.88 0.24 356.33 0.87 0.4
Hex C1 D 18 0 5D 58 18 164 57 28
Octal 301 15 30 0 135 130 30 544 127 50
Binary 11000001 1101 11000 0 1011101 1011000 11000 101100100 1010111 101000

Color Harmonies of #C10D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D18

Black with #C10D18

Text Example


Text Example

White with #C10D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D18; }

 p { color: rgb(193,13,24); }

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

background-color css

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

 a { background-color: rgb(193,13,24); }

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

border-color css

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

 span { border-color: rgb(193,13,24); }

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