Html Css Color HEX #C30712 Venetian Red

📋 copy color: '#C30712'

red 195 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #C30712

Tints of Venetian Red #C30712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 88.64%
G = 3.18%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C30712 (or 0xC30712) is known color: Venetian Red. HEX triplet: C3, 07 and 12. RGB value is (195,7,18). Sum of RGB (Red+Green+Blue) = 195+7+18=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C30712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30712 is #3CF8ED. Grayscale: #404040. Windows color (decimal): -3995886 or 1181635. OLE color: 1181635.

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

Color convert

RGB 195 7 18 -
CMYK 0 0.96 0.91 0.24
HSL 356.49º 0.93% 0.4% -
HSV(B) 356.49º 0.96% 0.76% -
XYZ 22.69 11.8 1.65 -
YUV 64.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 195 7 18 0 0.96 0.91 0.24 356.49 0.93 0.4
Hex C3 7 12 0 60 5B 18 164 5D 28
Octal 303 7 22 0 140 133 30 544 135 50
Binary 11000011 111 10010 0 1100000 1011011 11000 101100100 1011101 101000

Color Harmonies of #C30712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30712

Black with #C30712

Text Example


Text Example

White with #C30712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30712; }

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

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

background-color css

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

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

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

border-color css

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

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

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