Html Css Color HEX #C3022E Venetian Red

📋 copy color: '#C3022E'

red 195 ◦ green 2 ◦ blue 46

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

Shades of Venetian Red #C3022E

Tints of Venetian Red #C3022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 80.25%
G = 0.82%
B = 18.93%

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

#C3022E (or 0xC3022E) is known color: Venetian Red. HEX triplet: C3, 02 and 2E. RGB value is (195,2,46). Sum of RGB (Red+Green+Blue) = 195+2+46=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3022E is #3CFDD1. Grayscale: #404040. Windows color (decimal): -3997138 or 3015363. OLE color: 3015363.

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

Color convert

RGB 195 2 46 -
CMYK 0 0.99 0.76 0.24
HSL 346.32º 0.98% 0.39% -
HSV(B) 346.32º 0.99% 0.76% -
XYZ 23.02 11.84 3.66 -
YUV 64.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 195 2 46 0 0.99 0.76 0.24 346.32 0.98 0.39
Hex C3 2 2E 0 63 4C 18 15A 62 27
Octal 303 2 56 0 143 114 30 532 142 47
Binary 11000011 10 101110 0 1100011 1001100 11000 101011010 1100010 100111

Color Harmonies of #C3022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3022E

Black with #C3022E

Text Example


Text Example

White with #C3022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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