Html Css Color HEX #C3070D Venetian Red

📋 copy color: '#C3070D'

red 195 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #C3070D

Tints of Venetian Red #C3070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

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

R = 90.7%
G = 3.26%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3070D (or 0xC3070D) is known color: Venetian Red. HEX triplet: C3, 07 and 0D. RGB value is (195,7,13). Sum of RGB (Red+Green+Blue) = 195+7+13=215 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.70% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 195 - color contains mainly: red. Hex color #C3070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3070D is #3CF8F2. Grayscale: #404040. Windows color (decimal): -3995891 or 853955. OLE color: 853955.

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

Color convert

RGB 195 7 13 -
CMYK 0 0.96 0.93 0.24
HSL 358.09º 0.93% 0.4% -
HSV(B) 358.09º 0.96% 0.76% -
XYZ 22.65 11.78 1.46 -
YUV 63.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 195 7 13 0 0.96 0.93 0.24 358.09 0.93 0.4
Hex C3 7 D 0 60 5D 18 166 5D 28
Octal 303 7 15 0 140 135 30 546 135 50
Binary 11000011 111 1101 0 1100000 1011101 11000 101100110 1011101 101000

Color Harmonies of #C3070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3070D

Black with #C3070D

Text Example


Text Example

White with #C3070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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