Html Css Color HEX #C30915 Venetian Red

📋 copy color: '#C30915'

red 195 ◦ green 9 ◦ blue 21

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

Shades of Venetian Red #C30915

Tints of Venetian Red #C30915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 86.67%
G = 4%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C30915 (or 0xC30915) is known color: Venetian Red. HEX triplet: C3, 09 and 15. RGB value is (195,9,21). Sum of RGB (Red+Green+Blue) = 195+9+21=225 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 195 - color contains mainly: red. Hex color #C30915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30915 is #3CF6EA. Grayscale: #424242. Windows color (decimal): -3995371 or 1378755. OLE color: 1378755.

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

Color convert

RGB 195 9 21 -
CMYK 0 0.95 0.89 0.24
HSL 356.13º 0.91% 0.4% -
HSV(B) 356.13º 0.95% 0.76% -
XYZ 22.74 11.85 1.8 -
YUV 65.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 195 9 21 0 0.95 0.89 0.24 356.13 0.91 0.4
Hex C3 9 15 0 5F 59 18 164 5B 28
Octal 303 11 25 0 137 131 30 544 133 50
Binary 11000011 1001 10101 0 1011111 1011001 11000 101100100 1011011 101000

Color Harmonies of #C30915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30915

Black with #C30915

Text Example


Text Example

White with #C30915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30915; }

 p { color: rgb(195,9,21); }

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

background-color css

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

 a { background-color: rgb(195,9,21); }

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

border-color css

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

 span { border-color: rgb(195,9,21); }

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