Html Css Color HEX #C30419 Venetian Red

📋 copy color: '#C30419'

red 195 ◦ green 4 ◦ blue 25

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

Shades of Venetian Red #C30419

Tints of Venetian Red #C30419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 87.05%
G = 1.79%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C30419 (or 0xC30419) is known color: Venetian Red. HEX triplet: C3, 04 and 19. RGB value is (195,4,25). Sum of RGB (Red+Green+Blue) = 195+4+25=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C30419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30419 is #3CFBE6. Grayscale: #3F3F3F. Windows color (decimal): -3996647 or 1639619. OLE color: 1639619.

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

Color convert

RGB 195 4 25 -
CMYK 0 0.98 0.87 0.24
HSL 353.4º 0.96% 0.39% -
HSV(B) 353.4º 0.98% 0.76% -
XYZ 22.72 11.76 1.99 -
YUV 63.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 195 4 25 0 0.98 0.87 0.24 353.4 0.96 0.39
Hex C3 4 19 0 62 57 18 161 60 27
Octal 303 4 31 0 142 127 30 541 140 47
Binary 11000011 100 11001 0 1100010 1010111 11000 101100001 1100000 100111

Color Harmonies of #C30419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30419

Black with #C30419

Text Example


Text Example

White with #C30419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30419; }

 p { color: rgb(195,4,25); }

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

background-color css

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

 a { background-color: rgb(195,4,25); }

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

border-color css

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

 span { border-color: rgb(195,4,25); }

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