Html Css Color HEX #C30824 Venetian Red

📋 copy color: '#C30824'

red 195 ◦ green 8 ◦ blue 36

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

Shades of Venetian Red #C30824

Tints of Venetian Red #C30824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.06%

R = 81.59%
G = 3.35%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C30824 (or 0xC30824) is known color: Venetian Red. HEX triplet: C3, 08 and 24. RGB value is (195,8,36). Sum of RGB (Red+Green+Blue) = 195+8+36=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C30824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30824 is #3CF7DB. Grayscale: #434343. Windows color (decimal): -3995612 or 2361539. OLE color: 2361539.

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

Color convert

RGB 195 8 36 -
CMYK 0 0.96 0.82 0.24
HSL 351.02º 0.92% 0.4% -
HSV(B) 351.02º 0.96% 0.76% -
XYZ 22.91 11.9 2.76 -
YUV 67.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 195 8 36 0 0.96 0.82 0.24 351.02 0.92 0.4
Hex C3 8 24 0 60 52 18 15F 5C 28
Octal 303 10 44 0 140 122 30 537 134 50
Binary 11000011 1000 100100 0 1100000 1010010 11000 101011111 1011100 101000

Color Harmonies of #C30824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30824

Black with #C30824

Text Example


Text Example

White with #C30824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30824; }

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

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

background-color css

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

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

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

border-color css

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

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

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