Html Css Color HEX #C30509 Venetian Red

📋 copy color: '#C30509'

red 195 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #C30509

Tints of Venetian Red #C30509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

 BLUE value IS 9 (3.91% from 255) = 4.31%

R = 93.3%
G = 2.39%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C30509 (or 0xC30509) is known color: Venetian Red. HEX triplet: C3, 05 and 09. RGB value is (195,5,9). Sum of RGB (Red+Green+Blue) = 195+5+9=209 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.30% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 195 - color contains mainly: red. Hex color #C30509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30509 is #3CFAF6. Grayscale: #3E3E3E. Windows color (decimal): -3996407 or 591299. OLE color: 591299.

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

Color convert

RGB 195 5 9 -
CMYK 0 0.97 0.95 0.24
HSL 358.74º 0.95% 0.39% -
HSV(B) 358.74º 0.97% 0.76% -
XYZ 22.61 11.73 1.33 -
YUV 62.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 195 5 9 0 0.97 0.95 0.24 358.74 0.95 0.39
Hex C3 5 9 0 61 5F 18 167 5F 27
Octal 303 5 11 0 141 137 30 547 137 47
Binary 11000011 101 1001 0 1100001 1011111 11000 101100111 1011111 100111

Color Harmonies of #C30509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30509

Black with #C30509

Text Example


Text Example

White with #C30509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30509; }

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

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

background-color css

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

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

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

border-color css

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

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

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