Html Css Color HEX #C10225 Venetian Red

📋 copy color: '#C10225'

red 193 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #C10225

Tints of Venetian Red #C10225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 83.19%
G = 0.86%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C10225 (or 0xC10225) is known color: Venetian Red. HEX triplet: C1, 02 and 25. RGB value is (193,2,37). Sum of RGB (Red+Green+Blue) = 193+2+37=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C10225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10225 is #3EFDDA. Grayscale: #3F3F3F. Windows color (decimal): -4128219 or 2425537. OLE color: 2425537.

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

Color convert

RGB 193 2 37 -
CMYK 0 0.99 0.81 0.24
HSL 349.01º 0.98% 0.38% -
HSV(B) 349.01º 0.99% 0.76% -
XYZ 22.35 11.51 2.79 -
YUV 63.1 113.28 220.65 -
System Red Green Blue C M Y K H S L
Decimal 193 2 37 0 0.99 0.81 0.24 349.01 0.98 0.38
Hex C1 2 25 0 63 51 18 15D 62 26
Octal 301 2 45 0 143 121 30 535 142 46
Binary 11000001 10 100101 0 1100011 1010001 11000 101011101 1100010 100110

Color Harmonies of #C10225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10225

Black with #C10225

Text Example


Text Example

White with #C10225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10225; }

 p { color: rgb(193,2,37); }

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

background-color css

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

 a { background-color: rgb(193,2,37); }

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

border-color css

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

 span { border-color: rgb(193,2,37); }

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