Html Css Color HEX #C10324 Venetian Red

📋 copy color: '#C10324'

red 193 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #C10324

Tints of Venetian Red #C10324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 83.19%
G = 1.29%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C10324 (or 0xC10324) is known color: Venetian Red. HEX triplet: C1, 03 and 24. RGB value is (193,3,36). Sum of RGB (Red+Green+Blue) = 193+3+36=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C10324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10324 is #3EFCDB. Grayscale: #3F3F3F. Windows color (decimal): -4127964 or 2360257. OLE color: 2360257.

HSL color Cylindrical-coordinate representation of color #C10324: hue angle of 349.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10324 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 36 -
CMYK 0 0.98 0.81 0.24
HSL 349.58º 0.97% 0.38% -
HSV(B) 349.58º 0.98% 0.76% -
XYZ 22.34 11.53 2.72 -
YUV 63.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 193 3 36 0 0.98 0.81 0.24 349.58 0.97 0.38
Hex C1 3 24 0 62 51 18 15E 61 26
Octal 301 3 44 0 142 121 30 536 141 46
Binary 11000001 11 100100 0 1100010 1010001 11000 101011110 1100001 100110

Color Harmonies of #C10324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10324

Black with #C10324

Text Example


Text Example

White with #C10324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10324; }

 p { color: rgb(193,3,36); }

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

background-color css

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

 a { background-color: rgb(193,3,36); }

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

border-color css

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

 span { border-color: rgb(193,3,36); }

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