Html Css Color HEX #C40541 Cardinal

📋 copy color: '#C40541'

red 196 ◦ green 5 ◦ blue 65

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

Shades of Cardinal #C40541

Tints of Cardinal #C40541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 73.68%
G = 1.88%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C40541 (or 0xC40541) is known color: Cardinal. HEX triplet: C4, 05 and 41. RGB value is (196,5,65). Sum of RGB (Red+Green+Blue) = 196+5+65=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C40541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40541 is #3BFABE. Grayscale: #444444. Windows color (decimal): -3930815 or 4261316. OLE color: 4261316.

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

Color convert

RGB 196 5 65 -
CMYK 0 0.97 0.67 0.23
HSL 341.15º 0.95% 0.39% -
HSV(B) 341.15º 0.97% 0.77% -
XYZ 23.77 12.23 6.11 -
YUV 68.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 196 5 65 0 0.97 0.67 0.23 341.15 0.95 0.39
Hex C4 5 41 0 61 43 17 155 5F 27
Octal 304 5 101 0 141 103 27 525 137 47
Binary 11000100 101 1000001 0 1100001 1000011 10111 101010101 1011111 100111

Color Harmonies of #C40541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40541

Black with #C40541

Text Example


Text Example

White with #C40541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40541; }

 p { color: rgb(196,5,65); }

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

background-color css

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

 a { background-color: rgb(196,5,65); }

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

border-color css

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

 span { border-color: rgb(196,5,65); }

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