Html Css Color HEX #C30217 Venetian Red

📋 copy color: '#C30217'

red 195 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #C30217

Tints of Venetian Red #C30217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 88.64%
G = 0.91%
B = 10.45%

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

#C30217 (or 0xC30217) is known color: Venetian Red. HEX triplet: C3, 02 and 17. RGB value is (195,2,23). Sum of RGB (Red+Green+Blue) = 195+2+23=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C30217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30217 is #3CFDE8. Grayscale: #3E3E3E. Windows color (decimal): -3997161 or 1508035. OLE color: 1508035.

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

Color convert

RGB 195 2 23 -
CMYK 0 0.99 0.88 0.24
HSL 353.47º 0.98% 0.39% -
HSV(B) 353.47º 0.99% 0.76% -
XYZ 22.68 11.71 1.87 -
YUV 62.1 105.94 222.79 -
System Red Green Blue C M Y K H S L
Decimal 195 2 23 0 0.99 0.88 0.24 353.47 0.98 0.39
Hex C3 2 17 0 63 58 18 161 62 27
Octal 303 2 27 0 143 130 30 541 142 47
Binary 11000011 10 10111 0 1100011 1011000 11000 101100001 1100010 100111

Color Harmonies of #C30217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30217

Black with #C30217

Text Example


Text Example

White with #C30217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30217; }

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

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

background-color css

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

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

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

border-color css

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

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

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