Html Css Color HEX #C30417 Venetian Red

📋 copy color: '#C30417'

red 195 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #C30417

Tints of Venetian Red #C30417

RGB

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

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

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

R = 87.84%
G = 1.8%
B = 10.36%

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

#C30417 (or 0xC30417) is known color: Venetian Red. HEX triplet: C3, 04 and 17. RGB value is (195,4,23). Sum of RGB (Red+Green+Blue) = 195+4+23=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C30417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30417 is #3CFBE8. Grayscale: #3F3F3F. Windows color (decimal): -3996649 or 1508547. OLE color: 1508547.

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

Color convert

RGB 195 4 23 -
CMYK 0 0.98 0.88 0.24
HSL 354.03º 0.96% 0.39% -
HSV(B) 354.03º 0.98% 0.76% -
XYZ 22.7 11.75 1.88 -
YUV 63.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 195 4 23 0 0.98 0.88 0.24 354.03 0.96 0.39
Hex C3 4 17 0 62 58 18 162 60 27
Octal 303 4 27 0 142 130 30 542 140 47
Binary 11000011 100 10111 0 1100010 1011000 11000 101100010 1100000 100111

Color Harmonies of #C30417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30417

Black with #C30417

Text Example


Text Example

White with #C30417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30417; }

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

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

background-color css

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

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

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

border-color css

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

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

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