Html Css Color HEX #C30817 Venetian Red

📋 copy color: '#C30817'

red 195 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #C30817

Tints of Venetian Red #C30817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 86.28%
G = 3.54%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C30817 (or 0xC30817) is known color: Venetian Red. HEX triplet: C3, 08 and 17. RGB value is (195,8,23). Sum of RGB (Red+Green+Blue) = 195+8+23=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C30817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30817 is #3CF7E8. Grayscale: #414141. Windows color (decimal): -3995625 or 1509571. OLE color: 1509571.

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

Color convert

RGB 195 8 23 -
CMYK 0 0.96 0.88 0.24
HSL 355.19º 0.92% 0.4% -
HSV(B) 355.19º 0.96% 0.76% -
XYZ 22.75 11.84 1.9 -
YUV 65.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 195 8 23 0 0.96 0.88 0.24 355.19 0.92 0.4
Hex C3 8 17 0 60 58 18 163 5C 28
Octal 303 10 27 0 140 130 30 543 134 50
Binary 11000011 1000 10111 0 1100000 1011000 11000 101100011 1011100 101000

Color Harmonies of #C30817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30817

Black with #C30817

Text Example


Text Example

White with #C30817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30817; }

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

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

background-color css

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

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

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

border-color css

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

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

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