Html Css Color HEX #C30927 Venetian Red

📋 copy color: '#C30927'

red 195 ◦ green 9 ◦ blue 39

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

Shades of Venetian Red #C30927

Tints of Venetian Red #C30927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 80.25%
G = 3.7%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C30927 (or 0xC30927) is known color: Venetian Red. HEX triplet: C3, 09 and 27. RGB value is (195,9,39). Sum of RGB (Red+Green+Blue) = 195+9+39=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C30927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30927 is #3CF6D8. Grayscale: #444444. Windows color (decimal): -3995353 or 2558403. OLE color: 2558403.

HSL color Cylindrical-coordinate representation of color #C30927: hue angle of 350.32º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30927 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 9 39 -
CMYK 0 0.95 0.80 0.24
HSL 350.32º 0.91% 0.4% -
HSV(B) 350.32º 0.95% 0.76% -
XYZ 22.97 11.94 3.01 -
YUV 68.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 195 9 39 0 0.95 0.80 0.24 350.32 0.91 0.4
Hex C3 9 27 0 5F 50 18 15E 5B 28
Octal 303 11 47 0 137 120 30 536 133 50
Binary 11000011 1001 100111 0 1011111 1010000 11000 101011110 1011011 101000

Color Harmonies of #C30927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30927

Black with #C30927

Text Example


Text Example

White with #C30927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30927; }

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

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

background-color css

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

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

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

border-color css

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

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

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