Html Css Color HEX #C30418 Venetian Red

📋 copy color: '#C30418'

red 195 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #C30418

Tints of Venetian Red #C30418

RGB

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

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

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

R = 87.44%
G = 1.79%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C30418 (or 0xC30418) is known color: Venetian Red. HEX triplet: C3, 04 and 18. RGB value is (195,4,24). Sum of RGB (Red+Green+Blue) = 195+4+24=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C30418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30418 is #3CFBE7. Grayscale: #3F3F3F. Windows color (decimal): -3996648 or 1574083. OLE color: 1574083.

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

Color convert

RGB 195 4 24 -
CMYK 0 0.98 0.88 0.24
HSL 353.72º 0.96% 0.39% -
HSV(B) 353.72º 0.98% 0.76% -
XYZ 22.71 11.75 1.94 -
YUV 63.39 105.78 221.87 -
System Red Green Blue C M Y K H S L
Decimal 195 4 24 0 0.98 0.88 0.24 353.72 0.96 0.39
Hex C3 4 18 0 62 58 18 162 60 27
Octal 303 4 30 0 142 130 30 542 140 47
Binary 11000011 100 11000 0 1100010 1011000 11000 101100010 1100000 100111

Color Harmonies of #C30418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30418

Black with #C30418

Text Example


Text Example

White with #C30418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30418; }

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

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

background-color css

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

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

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

border-color css

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

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

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