Html Css Color HEX #C40324 Venetian Red

📋 copy color: '#C40324'

red 196 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #C40324

Tints of Venetian Red #C40324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.32%

R = 83.4%
G = 1.28%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C40324 (or 0xC40324) is known color: Venetian Red. HEX triplet: C4, 03 and 24. RGB value is (196,3,36). Sum of RGB (Red+Green+Blue) = 196+3+36=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C40324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40324 is #3BFCDB. Grayscale: #404040. Windows color (decimal): -3931356 or 2360260. OLE color: 2360260.

HSL color Cylindrical-coordinate representation of color #C40324: hue angle of 349.74º 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 #C40324 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 36 -
CMYK 0 0.98 0.82 0.23
HSL 349.74º 0.97% 0.39% -
HSV(B) 349.74º 0.98% 0.77% -
XYZ 23.12 11.93 2.75 -
YUV 64.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 196 3 36 0 0.98 0.82 0.23 349.74 0.97 0.39
Hex C4 3 24 0 62 52 17 15E 61 27
Octal 304 3 44 0 142 122 27 536 141 47
Binary 11000100 11 100100 0 1100010 1010010 10111 101011110 1100001 100111

Color Harmonies of #C40324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40324

Black with #C40324

Text Example


Text Example

White with #C40324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40324; }

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

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

background-color css

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

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

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

border-color css

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

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

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