Html Css Color HEX #C4022D Venetian Red

📋 copy color: '#C4022D'

red 196 ◦ green 2 ◦ blue 45

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

Shades of Venetian Red #C4022D

Tints of Venetian Red #C4022D

RGB

 RED value IS 196 (76.95% from 255) = 80.66%

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 80.66%
G = 0.82%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4022D (or 0xC4022D) is known color: Venetian Red. HEX triplet: C4, 02 and 2D. RGB value is (196,2,45). Sum of RGB (Red+Green+Blue) = 196+2+45=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4022D is #3BFDD2. Grayscale: #404040. Windows color (decimal): -3931603 or 2949828. OLE color: 2949828.

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

Color convert

RGB 196 2 45 -
CMYK 0 0.99 0.77 0.23
HSL 346.7º 0.98% 0.39% -
HSV(B) 346.7º 0.99% 0.77% -
XYZ 23.26 11.97 3.57 -
YUV 64.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 196 2 45 0 0.99 0.77 0.23 346.7 0.98 0.39
Hex C4 2 2D 0 63 4D 17 15B 62 27
Octal 304 2 55 0 143 115 27 533 142 47
Binary 11000100 10 101101 0 1100011 1001101 10111 101011011 1100010 100111

Color Harmonies of #C4022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4022D

Black with #C4022D

Text Example


Text Example

White with #C4022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4022D; }

 p { color: rgb(196,2,45); }

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

background-color css

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

 a { background-color: rgb(196,2,45); }

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

border-color css

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

 span { border-color: rgb(196,2,45); }

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