Html Css Color HEX #C41440 Cardinal

📋 copy color: '#C41440'

red 196 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #C41440

Tints of Cardinal #C41440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 70%
G = 7.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41440 (or 0xC41440) is known color: Cardinal. HEX triplet: C4, 14 and 40. RGB value is (196,20,64). Sum of RGB (Red+Green+Blue) = 196+20+64=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C41440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41440 is #3BEBBF. Grayscale: #4D4D4D. Windows color (decimal): -3926976 or 4199620. OLE color: 4199620.

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

Color convert

RGB 196 20 64 -
CMYK 0 0.90 0.67 0.23
HSL 345º 0.81% 0.42% -
HSV(B) 345º 0.9% 0.77% -
XYZ 23.94 12.61 6.02 -
YUV 77.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 196 20 64 0 0.90 0.67 0.23 345 0.81 0.42
Hex C4 14 40 0 5A 43 17 159 51 2A
Octal 304 24 100 0 132 103 27 531 121 52
Binary 11000100 10100 1000000 0 1011010 1000011 10111 101011001 1010001 101010

Color Harmonies of #C41440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41440

Black with #C41440

Text Example


Text Example

White with #C41440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41440; }

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

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

background-color css

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

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

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

border-color css

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

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

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