Html Css Color HEX #C30518 Venetian Red

📋 copy color: '#C30518'

red 195 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #C30518

Tints of Venetian Red #C30518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 87.05%
G = 2.23%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C30518 (or 0xC30518) is known color: Venetian Red. HEX triplet: C3, 05 and 18. RGB value is (195,5,24). Sum of RGB (Red+Green+Blue) = 195+5+24=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C30518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30518 is #3CFAE7. Grayscale: #404040. Windows color (decimal): -3996392 or 1574339. OLE color: 1574339.

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

Color convert

RGB 195 5 24 -
CMYK 0 0.97 0.88 0.24
HSL 354º 0.95% 0.39% -
HSV(B) 354º 0.97% 0.76% -
XYZ 22.72 11.78 1.94 -
YUV 63.98 105.45 221.46 -
System Red Green Blue C M Y K H S L
Decimal 195 5 24 0 0.97 0.88 0.24 354 0.95 0.39
Hex C3 5 18 0 61 58 18 162 5F 27
Octal 303 5 30 0 141 130 30 542 137 47
Binary 11000011 101 11000 0 1100001 1011000 11000 101100010 1011111 100111

Color Harmonies of #C30518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30518

Black with #C30518

Text Example


Text Example

White with #C30518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30518; }

 p { color: rgb(195,5,24); }

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

background-color css

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

 a { background-color: rgb(195,5,24); }

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

border-color css

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

 span { border-color: rgb(195,5,24); }

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