Html Css Color HEX #C41445 Cardinal

📋 copy color: '#C41445'

red 196 ◦ green 20 ◦ blue 69

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

Shades of Cardinal #C41445

Tints of Cardinal #C41445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 68.77%
G = 7.02%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C41445 (or 0xC41445) is known color: Cardinal. HEX triplet: C4, 14 and 45. RGB value is (196,20,69). Sum of RGB (Red+Green+Blue) = 196+20+69=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C41445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41445 is #3BEBBA. Grayscale: #4E4E4E. Windows color (decimal): -3926971 or 4527300. OLE color: 4527300.

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

Color convert

RGB 196 20 69 -
CMYK 0 0.90 0.65 0.23
HSL 343.3º 0.81% 0.42% -
HSV(B) 343.3º 0.9% 0.77% -
XYZ 24.09 12.67 6.81 -
YUV 78.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 196 20 69 0 0.90 0.65 0.23 343.3 0.81 0.42
Hex C4 14 45 0 5A 41 17 157 51 2A
Octal 304 24 105 0 132 101 27 527 121 52
Binary 11000100 10100 1000101 0 1011010 1000001 10111 101010111 1010001 101010

Color Harmonies of #C41445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41445

Black with #C41445

Text Example


Text Example

White with #C41445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41445; }

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

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

background-color css

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

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

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

border-color css

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

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

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