Html Css Color HEX #C30815 Venetian Red

📋 copy color: '#C30815'

red 195 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #C30815

Tints of Venetian Red #C30815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 87.05%
G = 3.57%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C30815 (or 0xC30815) is known color: Venetian Red. HEX triplet: C3, 08 and 15. RGB value is (195,8,21). Sum of RGB (Red+Green+Blue) = 195+8+21=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C30815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30815 is #3CF7EA. Grayscale: #414141. Windows color (decimal): -3995627 or 1378499. OLE color: 1378499.

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

Color convert

RGB 195 8 21 -
CMYK 0 0.96 0.89 0.24
HSL 355.83º 0.92% 0.4% -
HSV(B) 355.83º 0.96% 0.76% -
XYZ 22.73 11.83 1.79 -
YUV 65.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 195 8 21 0 0.96 0.89 0.24 355.83 0.92 0.4
Hex C3 8 15 0 60 59 18 164 5C 28
Octal 303 10 25 0 140 131 30 544 134 50
Binary 11000011 1000 10101 0 1100000 1011001 11000 101100100 1011100 101000

Color Harmonies of #C30815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30815

Black with #C30815

Text Example


Text Example

White with #C30815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30815; }

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

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

background-color css

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

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

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

border-color css

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

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

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