Html Css Color HEX #C4031A Venetian Red

📋 copy color: '#C4031A'

red 196 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #C4031A

Tints of Venetian Red #C4031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 87.11%
G = 1.33%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4031A (or 0xC4031A) is known color: Venetian Red. HEX triplet: C4, 03 and 1A. RGB value is (196,3,26). Sum of RGB (Red+Green+Blue) = 196+3+26=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C4031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4031A is #3BFCE5. Grayscale: #3F3F3F. Windows color (decimal): -3931366 or 1704900. OLE color: 1704900.

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

Color convert

RGB 196 3 26 -
CMYK 0 0.98 0.87 0.23
HSL 352.85º 0.97% 0.39% -
HSV(B) 352.85º 0.98% 0.77% -
XYZ 22.98 11.88 2.06 -
YUV 63.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 196 3 26 0 0.98 0.87 0.23 352.85 0.97 0.39
Hex C4 3 1A 0 62 57 17 161 61 27
Octal 304 3 32 0 142 127 27 541 141 47
Binary 11000100 11 11010 0 1100010 1010111 10111 101100001 1100001 100111

Color Harmonies of #C4031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4031A

Black with #C4031A

Text Example


Text Example

White with #C4031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4031A; }

 p { color: rgb(196,3,26); }

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

background-color css

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

 a { background-color: rgb(196,3,26); }

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

border-color css

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

 span { border-color: rgb(196,3,26); }

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