Html Css Color HEX #C10207 Venetian Red

📋 copy color: '#C10207'

red 193 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #C10207

Tints of Venetian Red #C10207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.47%

R = 95.54%
G = 0.99%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C10207 (or 0xC10207) is known color: Venetian Red. HEX triplet: C1, 02 and 07. RGB value is (193,2,7). Sum of RGB (Red+Green+Blue) = 193+2+7=202 (26% of max value = 765). Red value is 193 (75.78% from 255 or 95.54% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 193 - color contains mainly: red. Hex color #C10207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10207 is #3EFDF8. Grayscale: #3B3B3B. Windows color (decimal): -4128249 or 459457. OLE color: 459457.

HSL color Cylindrical-coordinate representation of color #C10207: hue angle of 358.43º 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 #C10207 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 7 -
CMYK 0 0.99 0.96 0.24
HSL 358.43º 0.98% 0.38% -
HSV(B) 358.43º 0.99% 0.76% -
XYZ 22.05 11.4 1.24 -
YUV 59.68 98.28 223.09 -
System Red Green Blue C M Y K H S L
Decimal 193 2 7 0 0.99 0.96 0.24 358.43 0.98 0.38
Hex C1 2 7 0 63 60 18 166 62 26
Octal 301 2 7 0 143 140 30 546 142 46
Binary 11000001 10 111 0 1100011 1100000 11000 101100110 1100010 100110

Color Harmonies of #C10207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10207

Black with #C10207

Text Example


Text Example

White with #C10207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10207; }

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

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

background-color css

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

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

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

border-color css

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

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

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