Html Css Color HEX #C30D1E Venetian Red

📋 copy color: '#C30D1E'

red 195 ◦ green 13 ◦ blue 30

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

Shades of Venetian Red #C30D1E

Tints of Venetian Red #C30D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 81.93%
G = 5.46%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C30D1E (or 0xC30D1E) is known color: Venetian Red. HEX triplet: C3, 0D and 1E. RGB value is (195,13,30). Sum of RGB (Red+Green+Blue) = 195+13+30=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D1E is #3CF2E1. Grayscale: #454545. Windows color (decimal): -3994338 or 1969603. OLE color: 1969603.

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

Color convert

RGB 195 13 30 -
CMYK 0 0.93 0.85 0.24
HSL 354.4º 0.88% 0.41% -
HSV(B) 354.4º 0.93% 0.76% -
XYZ 22.88 11.98 2.34 -
YUV 69.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 195 13 30 0 0.93 0.85 0.24 354.4 0.88 0.41
Hex C3 D 1E 0 5D 55 18 162 58 29
Octal 303 15 36 0 135 125 30 542 130 51
Binary 11000011 1101 11110 0 1011101 1010101 11000 101100010 1011000 101001

Color Harmonies of #C30D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D1E

Black with #C30D1E

Text Example


Text Example

White with #C30D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D1E; }

 p { color: rgb(195,13,30); }

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

background-color css

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

 a { background-color: rgb(195,13,30); }

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

border-color css

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

 span { border-color: rgb(195,13,30); }

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