Html Css Color HEX #C10308 Venetian Red

📋 copy color: '#C10308'

red 193 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #C10308

Tints of Venetian Red #C10308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 94.61%
G = 1.47%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C10308 (or 0xC10308) is known color: Venetian Red. HEX triplet: C1, 03 and 08. RGB value is (193,3,8). Sum of RGB (Red+Green+Blue) = 193+3+8=204 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.61% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 193 - color contains mainly: red. Hex color #C10308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10308 is #3EFCF7. Grayscale: #3C3C3C. Windows color (decimal): -4127992 or 525249. OLE color: 525249.

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

Color convert

RGB 193 3 8 -
CMYK 0 0.98 0.96 0.24
HSL 358.42º 0.97% 0.38% -
HSV(B) 358.42º 0.98% 0.76% -
XYZ 22.07 11.42 1.27 -
YUV 60.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 193 3 8 0 0.98 0.96 0.24 358.42 0.97 0.38
Hex C1 3 8 0 62 60 18 166 61 26
Octal 301 3 10 0 142 140 30 546 141 46
Binary 11000001 11 1000 0 1100010 1100000 11000 101100110 1100001 100110

Color Harmonies of #C10308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10308

Black with #C10308

Text Example


Text Example

White with #C10308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10308; }

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

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

background-color css

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

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

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

border-color css

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

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

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