Html Css Color HEX #C30225 Venetian Red

📋 copy color: '#C30225'

red 195 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #C30225

Tints of Venetian Red #C30225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 83.33%
G = 0.85%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C30225 (or 0xC30225) is known color: Venetian Red. HEX triplet: C3, 02 and 25. RGB value is (195,2,37). Sum of RGB (Red+Green+Blue) = 195+2+37=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C30225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30225 is #3CFDDA. Grayscale: #3F3F3F. Windows color (decimal): -3997147 or 2425539. OLE color: 2425539.

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

Color convert

RGB 195 2 37 -
CMYK 0 0.99 0.81 0.24
HSL 349.12º 0.98% 0.39% -
HSV(B) 349.12º 0.99% 0.76% -
XYZ 22.86 11.78 2.82 -
YUV 63.7 112.94 221.65 -
System Red Green Blue C M Y K H S L
Decimal 195 2 37 0 0.99 0.81 0.24 349.12 0.98 0.39
Hex C3 2 25 0 63 51 18 15D 62 27
Octal 303 2 45 0 143 121 30 535 142 47
Binary 11000011 10 100101 0 1100011 1010001 11000 101011101 1100010 100111

Color Harmonies of #C30225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30225

Black with #C30225

Text Example


Text Example

White with #C30225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30225; }

 p { color: rgb(195,2,37); }

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

background-color css

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

 a { background-color: rgb(195,2,37); }

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

border-color css

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

 span { border-color: rgb(195,2,37); }

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