Html Css Color HEX #C3020D Venetian Red

📋 copy color: '#C3020D'

red 195 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #C3020D

Tints of Venetian Red #C3020D

RGB

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

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

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

R = 92.86%
G = 0.95%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3020D (or 0xC3020D) is known color: Venetian Red. HEX triplet: C3, 02 and 0D. RGB value is (195,2,13). Sum of RGB (Red+Green+Blue) = 195+2+13=210 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.86% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 195 - color contains mainly: red. Hex color #C3020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3020D is #3CFDF2. Grayscale: #3D3D3D. Windows color (decimal): -3997171 or 852675. OLE color: 852675.

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

Color convert

RGB 195 2 13 -
CMYK 0 0.99 0.93 0.24
HSL 356.58º 0.98% 0.39% -
HSV(B) 356.58º 0.99% 0.76% -
XYZ 22.6 11.67 1.44 -
YUV 60.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 195 2 13 0 0.99 0.93 0.24 356.58 0.98 0.39
Hex C3 2 D 0 63 5D 18 165 62 27
Octal 303 2 15 0 143 135 30 545 142 47
Binary 11000011 10 1101 0 1100011 1011101 11000 101100101 1100010 100111

Color Harmonies of #C3020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3020D

Black with #C3020D

Text Example


Text Example

White with #C3020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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