Html Css Color HEX #C10818 Venetian Red

📋 copy color: '#C10818'

red 193 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #C10818

Tints of Venetian Red #C10818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

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

R = 85.78%
G = 3.56%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C10818 (or 0xC10818) is known color: Venetian Red. HEX triplet: C1, 08 and 18. RGB value is (193,8,24). Sum of RGB (Red+Green+Blue) = 193+8+24=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C10818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10818 is #3EF7E7. Grayscale: #414141. Windows color (decimal): -4126696 or 1575105. OLE color: 1575105.

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

Color convert

RGB 193 8 24 -
CMYK 0 0.96 0.88 0.24
HSL 354.81º 0.92% 0.39% -
HSV(B) 354.81º 0.96% 0.76% -
XYZ 22.24 11.58 1.93 -
YUV 65.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 193 8 24 0 0.96 0.88 0.24 354.81 0.92 0.39
Hex C1 8 18 0 60 58 18 163 5C 27
Octal 301 10 30 0 140 130 30 543 134 47
Binary 11000001 1000 11000 0 1100000 1011000 11000 101100011 1011100 100111

Color Harmonies of #C10818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10818

Black with #C10818

Text Example


Text Example

White with #C10818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10818; }

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

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

background-color css

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

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

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

border-color css

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

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

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