Html Css Color HEX #C10405 Venetian Red

📋 copy color: '#C10405'

red 193 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #C10405

Tints of Venetian Red #C10405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 95.54%
G = 1.98%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C10405 (or 0xC10405) is known color: Venetian Red. HEX triplet: C1, 04 and 05. RGB value is (193,4,5). Sum of RGB (Red+Green+Blue) = 193+4+5=202 (26% of max value = 765). Red value is 193 (75.78% from 255 or 95.54% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 193 - color contains mainly: red. Hex color #C10405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10405 is #3EFBFA. Grayscale: #3C3C3C. Windows color (decimal): -4127739 or 328897. OLE color: 328897.

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

Color convert

RGB 193 4 5 -
CMYK 0 0.98 0.97 0.24
HSL 359.68º 0.96% 0.39% -
HSV(B) 359.68º 0.98% 0.76% -
XYZ 22.06 11.44 1.19 -
YUV 60.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 193 4 5 0 0.98 0.97 0.24 359.68 0.96 0.39
Hex C1 4 5 0 62 61 18 168 60 27
Octal 301 4 5 0 142 141 30 550 140 47
Binary 11000001 100 101 0 1100010 1100001 11000 101101000 1100000 100111

Color Harmonies of #C10405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10405

Black with #C10405

Text Example


Text Example

White with #C10405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10405; }

 p { color: rgb(193,4,5); }

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

background-color css

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

 a { background-color: rgb(193,4,5); }

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

border-color css

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

 span { border-color: rgb(193,4,5); }

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