Html Css Color HEX #C3022B Venetian Red

📋 copy color: '#C3022B'

red 195 ◦ green 2 ◦ blue 43

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

Shades of Venetian Red #C3022B

Tints of Venetian Red #C3022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 81.25%
G = 0.83%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3022B (or 0xC3022B) is known color: Venetian Red. HEX triplet: C3, 02 and 2B. RGB value is (195,2,43). Sum of RGB (Red+Green+Blue) = 195+2+43=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C3022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3022B is #3CFDD4. Grayscale: #404040. Windows color (decimal): -3997141 or 2818755. OLE color: 2818755.

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

Color convert

RGB 195 2 43 -
CMYK 0 0.99 0.78 0.24
HSL 347.25º 0.98% 0.39% -
HSV(B) 347.25º 0.99% 0.76% -
XYZ 22.96 11.82 3.36 -
YUV 64.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 195 2 43 0 0.99 0.78 0.24 347.25 0.98 0.39
Hex C3 2 2B 0 63 4E 18 15B 62 27
Octal 303 2 53 0 143 116 30 533 142 47
Binary 11000011 10 101011 0 1100011 1001110 11000 101011011 1100010 100111

Color Harmonies of #C3022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3022B

Black with #C3022B

Text Example


Text Example

White with #C3022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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