Html Css Color HEX #C30818 Venetian Red

📋 copy color: '#C30818'

red 195 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #C30818

Tints of Venetian Red #C30818

RGB

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

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

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

R = 85.9%
G = 3.52%
B = 10.57%

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

#C30818 (or 0xC30818) is known color: Venetian Red. HEX triplet: C3, 08 and 18. RGB value is (195,8,24). Sum of RGB (Red+Green+Blue) = 195+8+24=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C30818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30818 is #3CF7E7. Grayscale: #414141. Windows color (decimal): -3995624 or 1575107. OLE color: 1575107.

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

Color convert

RGB 195 8 24 -
CMYK 0 0.96 0.88 0.24
HSL 354.87º 0.92% 0.4% -
HSV(B) 354.87º 0.96% 0.76% -
XYZ 22.76 11.84 1.95 -
YUV 65.74 104.45 220.2 -
System Red Green Blue C M Y K H S L
Decimal 195 8 24 0 0.96 0.88 0.24 354.87 0.92 0.4
Hex C3 8 18 0 60 58 18 163 5C 28
Octal 303 10 30 0 140 130 30 543 134 50
Binary 11000011 1000 11000 0 1100000 1011000 11000 101100011 1011100 101000

Color Harmonies of #C30818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30818

Black with #C30818

Text Example


Text Example

White with #C30818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30818; }

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

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

background-color css

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

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

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

border-color css

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

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

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