Html Css Color HEX #C40944 Cardinal

📋 copy color: '#C40944'

red 196 ◦ green 9 ◦ blue 68

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

Shades of Cardinal #C40944

Tints of Cardinal #C40944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 71.79%
G = 3.3%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C40944 (or 0xC40944) is known color: Cardinal. HEX triplet: C4, 09 and 44. RGB value is (196,9,68). Sum of RGB (Red+Green+Blue) = 196+9+68=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C40944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40944 is #3BF6BB. Grayscale: #474747. Windows color (decimal): -3929788 or 4458948. OLE color: 4458948.

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

Color convert

RGB 196 9 68 -
CMYK 0 0.95 0.65 0.23
HSL 341.07º 0.91% 0.4% -
HSV(B) 341.07º 0.95% 0.77% -
XYZ 23.91 12.35 6.59 -
YUV 71.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 196 9 68 0 0.95 0.65 0.23 341.07 0.91 0.4
Hex C4 9 44 0 5F 41 17 155 5B 28
Octal 304 11 104 0 137 101 27 525 133 50
Binary 11000100 1001 1000100 0 1011111 1000001 10111 101010101 1011011 101000

Color Harmonies of #C40944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40944

Black with #C40944

Text Example


Text Example

White with #C40944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40944; }

 p { color: rgb(196,9,68); }

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

background-color css

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

 a { background-color: rgb(196,9,68); }

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

border-color css

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

 span { border-color: rgb(196,9,68); }

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