Html Css Color HEX #C3020C Venetian Red

📋 copy color: '#C3020C'

red 195 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #C3020C

Tints of Venetian Red #C3020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 93.3%
G = 0.96%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3020C (or 0xC3020C) is known color: Venetian Red. HEX triplet: C3, 02 and 0C. RGB value is (195,2,12). Sum of RGB (Red+Green+Blue) = 195+2+12=209 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.30% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 195 - color contains mainly: red. Hex color #C3020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3020C is #3CFDF3. Grayscale: #3D3D3D. Windows color (decimal): -3997172 or 787139. OLE color: 787139.

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

Color convert

RGB 195 2 12 -
CMYK 0 0.99 0.94 0.24
HSL 356.89º 0.98% 0.39% -
HSV(B) 356.89º 0.99% 0.76% -
XYZ 22.59 11.67 1.41 -
YUV 60.85 100.44 223.69 -
System Red Green Blue C M Y K H S L
Decimal 195 2 12 0 0.99 0.94 0.24 356.89 0.98 0.39
Hex C3 2 C 0 63 5E 18 165 62 27
Octal 303 2 14 0 143 136 30 545 142 47
Binary 11000011 10 1100 0 1100011 1011110 11000 101100101 1100010 100111

Color Harmonies of #C3020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3020C

Black with #C3020C

Text Example


Text Example

White with #C3020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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