Html Css Color HEX #C41443 Cardinal

📋 copy color: '#C41443'

red 196 ◦ green 20 ◦ blue 67

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

Shades of Cardinal #C41443

Tints of Cardinal #C41443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 69.26%
G = 7.07%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C41443 (or 0xC41443) is known color: Cardinal. HEX triplet: C4, 14 and 43. RGB value is (196,20,67). Sum of RGB (Red+Green+Blue) = 196+20+67=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C41443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41443 is #3BEBBC. Grayscale: #4D4D4D. Windows color (decimal): -3926973 or 4396228. OLE color: 4396228.

HSL color Cylindrical-coordinate representation of color #C41443: hue angle of 343.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41443 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 67 -
CMYK 0 0.90 0.66 0.23
HSL 343.98º 0.81% 0.42% -
HSV(B) 343.98º 0.9% 0.77% -
XYZ 24.03 12.64 6.48 -
YUV 77.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 196 20 67 0 0.90 0.66 0.23 343.98 0.81 0.42
Hex C4 14 43 0 5A 42 17 158 51 2A
Octal 304 24 103 0 132 102 27 530 121 52
Binary 11000100 10100 1000011 0 1011010 1000010 10111 101011000 1010001 101010

Color Harmonies of #C41443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41443

Black with #C41443

Text Example


Text Example

White with #C41443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41443; }

 p { color: rgb(196,20,67); }

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

background-color css

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

 a { background-color: rgb(196,20,67); }

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

border-color css

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

 span { border-color: rgb(196,20,67); }

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