Html Css Color HEX #C30228 Venetian Red

📋 copy color: '#C30228'

red 195 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #C30228

Tints of Venetian Red #C30228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 82.28%
G = 0.84%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C30228 (or 0xC30228) is known color: Venetian Red. HEX triplet: C3, 02 and 28. RGB value is (195,2,40). Sum of RGB (Red+Green+Blue) = 195+2+40=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C30228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30228 is #3CFDD7. Grayscale: #404040. Windows color (decimal): -3997144 or 2622147. OLE color: 2622147.

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

Color convert

RGB 195 2 40 -
CMYK 0 0.99 0.79 0.24
HSL 348.19º 0.98% 0.39% -
HSV(B) 348.19º 0.99% 0.76% -
XYZ 22.91 11.8 3.08 -
YUV 64.04 114.44 221.41 -
System Red Green Blue C M Y K H S L
Decimal 195 2 40 0 0.99 0.79 0.24 348.19 0.98 0.39
Hex C3 2 28 0 63 4F 18 15C 62 27
Octal 303 2 50 0 143 117 30 534 142 47
Binary 11000011 10 101000 0 1100011 1001111 11000 101011100 1100010 100111

Color Harmonies of #C30228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30228

Black with #C30228

Text Example


Text Example

White with #C30228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30228; }

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

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

background-color css

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

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

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

border-color css

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

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

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