Html Css Color HEX #C30218 Venetian Red

📋 copy color: '#C30218'

red 195 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #C30218

Tints of Venetian Red #C30218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 88.24%
G = 0.9%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C30218 (or 0xC30218) is known color: Venetian Red. HEX triplet: C3, 02 and 18. RGB value is (195,2,24). Sum of RGB (Red+Green+Blue) = 195+2+24=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C30218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30218 is #3CFDE7. Grayscale: #3E3E3E. Windows color (decimal): -3997160 or 1573571. OLE color: 1573571.

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

Color convert

RGB 195 2 24 -
CMYK 0 0.99 0.88 0.24
HSL 353.16º 0.98% 0.39% -
HSV(B) 353.16º 0.99% 0.76% -
XYZ 22.69 11.71 1.93 -
YUV 62.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 195 2 24 0 0.99 0.88 0.24 353.16 0.98 0.39
Hex C3 2 18 0 63 58 18 161 62 27
Octal 303 2 30 0 143 130 30 541 142 47
Binary 11000011 10 11000 0 1100011 1011000 11000 101100001 1100010 100111

Color Harmonies of #C30218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30218

Black with #C30218

Text Example


Text Example

White with #C30218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30218; }

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

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

background-color css

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

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

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

border-color css

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

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

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