Html Css Color HEX #C30411 Venetian Red

📋 copy color: '#C30411'

red 195 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #C30411

Tints of Venetian Red #C30411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 90.28%
G = 1.85%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C30411 (or 0xC30411) is known color: Venetian Red. HEX triplet: C3, 04 and 11. RGB value is (195,4,17). Sum of RGB (Red+Green+Blue) = 195+4+17=216 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.28% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 195 - color contains mainly: red. Hex color #C30411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30411 is #3CFBEE. Grayscale: #3E3E3E. Windows color (decimal): -3996655 or 1115331. OLE color: 1115331.

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

Color convert

RGB 195 4 17 -
CMYK 0 0.98 0.91 0.24
HSL 355.92º 0.96% 0.39% -
HSV(B) 355.92º 0.98% 0.76% -
XYZ 22.65 11.73 1.6 -
YUV 62.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 195 4 17 0 0.98 0.91 0.24 355.92 0.96 0.39
Hex C3 4 11 0 62 5B 18 164 60 27
Octal 303 4 21 0 142 133 30 544 140 47
Binary 11000011 100 10001 0 1100010 1011011 11000 101100100 1100000 100111

Color Harmonies of #C30411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30411

Black with #C30411

Text Example


Text Example

White with #C30411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30411; }

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

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

background-color css

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

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

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

border-color css

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

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

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