Html Css Color HEX #C30427 Venetian Red

📋 copy color: '#C30427'

red 195 ◦ green 4 ◦ blue 39

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

Shades of Venetian Red #C30427

Tints of Venetian Red #C30427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 81.93%
G = 1.68%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C30427 (or 0xC30427) is known color: Venetian Red. HEX triplet: C3, 04 and 27. RGB value is (195,4,39). Sum of RGB (Red+Green+Blue) = 195+4+39=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C30427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30427 is #3CFBD8. Grayscale: #414141. Windows color (decimal): -3996633 or 2557123. OLE color: 2557123.

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

Color convert

RGB 195 4 39 -
CMYK 0 0.98 0.80 0.24
HSL 349.01º 0.96% 0.39% -
HSV(B) 349.01º 0.98% 0.76% -
XYZ 22.92 11.84 3 -
YUV 65.1 113.28 220.65 -
System Red Green Blue C M Y K H S L
Decimal 195 4 39 0 0.98 0.80 0.24 349.01 0.96 0.39
Hex C3 4 27 0 62 50 18 15D 60 27
Octal 303 4 47 0 142 120 30 535 140 47
Binary 11000011 100 100111 0 1100010 1010000 11000 101011101 1100000 100111

Color Harmonies of #C30427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30427

Black with #C30427

Text Example


Text Example

White with #C30427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30427; }

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

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

background-color css

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

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

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

border-color css

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

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

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