Html Css Color HEX #C3040D Venetian Red

📋 copy color: '#C3040D'

red 195 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #C3040D

Tints of Venetian Red #C3040D

RGB

 RED value IS 195 (76.56% from 255) = 91.98%

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 91.98%
G = 1.89%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3040D (or 0xC3040D) is known color: Venetian Red. HEX triplet: C3, 04 and 0D. RGB value is (195,4,13). Sum of RGB (Red+Green+Blue) = 195+4+13=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C3040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3040D is #3CFBF2. Grayscale: #3E3E3E. Windows color (decimal): -3996659 or 853187. OLE color: 853187.

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

Color convert

RGB 195 4 13 -
CMYK 0 0.98 0.93 0.24
HSL 357.17º 0.96% 0.39% -
HSV(B) 357.17º 0.98% 0.76% -
XYZ 22.62 11.72 1.45 -
YUV 62.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 195 4 13 0 0.98 0.93 0.24 357.17 0.96 0.39
Hex C3 4 D 0 62 5D 18 165 60 27
Octal 303 4 15 0 142 135 30 545 140 47
Binary 11000011 100 1101 0 1100010 1011101 11000 101100101 1100000 100111

Color Harmonies of #C3040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3040D

Black with #C3040D

Text Example


Text Example

White with #C3040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3040D; }

 p { color: rgb(195,4,13); }

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

background-color css

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

 a { background-color: rgb(195,4,13); }

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

border-color css

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

 span { border-color: rgb(195,4,13); }

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