Html Css Color HEX #C3022F Venetian Red

📋 copy color: '#C3022F'

red 195 ◦ green 2 ◦ blue 47

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

Shades of Venetian Red #C3022F

Tints of Venetian Red #C3022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 79.92%
G = 0.82%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3022F (or 0xC3022F) is known color: Venetian Red. HEX triplet: C3, 02 and 2F. RGB value is (195,2,47). Sum of RGB (Red+Green+Blue) = 195+2+47=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C3022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3022F is #3CFDD0. Grayscale: #404040. Windows color (decimal): -3997137 or 3080899. OLE color: 3080899.

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

Color convert

RGB 195 2 47 -
CMYK 0 0.99 0.76 0.24
HSL 346.01º 0.98% 0.39% -
HSV(B) 346.01º 0.99% 0.76% -
XYZ 23.04 11.85 3.76 -
YUV 64.84 117.94 220.84 -
System Red Green Blue C M Y K H S L
Decimal 195 2 47 0 0.99 0.76 0.24 346.01 0.98 0.39
Hex C3 2 2F 0 63 4C 18 15A 62 27
Octal 303 2 57 0 143 114 30 532 142 47
Binary 11000011 10 101111 0 1100011 1001100 11000 101011010 1100010 100111

Color Harmonies of #C3022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3022F

Black with #C3022F

Text Example


Text Example

White with #C3022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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