Html Css Color HEX #C30219 Venetian Red

📋 copy color: '#C30219'

red 195 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #C30219

Tints of Venetian Red #C30219

RGB

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

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

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

R = 87.84%
G = 0.9%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C30219 (or 0xC30219) is known color: Venetian Red. HEX triplet: C3, 02 and 19. RGB value is (195,2,25). Sum of RGB (Red+Green+Blue) = 195+2+25=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C30219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30219 is #3CFDE6. Grayscale: #3E3E3E. Windows color (decimal): -3997159 or 1639107. OLE color: 1639107.

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

Color convert

RGB 195 2 25 -
CMYK 0 0.99 0.87 0.24
HSL 352.85º 0.98% 0.39% -
HSV(B) 352.85º 0.99% 0.76% -
XYZ 22.7 11.72 1.98 -
YUV 62.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 195 2 25 0 0.99 0.87 0.24 352.85 0.98 0.39
Hex C3 2 19 0 63 57 18 161 62 27
Octal 303 2 31 0 143 127 30 541 142 47
Binary 11000011 10 11001 0 1100011 1010111 11000 101100001 1100010 100111

Color Harmonies of #C30219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30219

Black with #C30219

Text Example


Text Example

White with #C30219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30219; }

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

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

background-color css

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

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

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

border-color css

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

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

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