Html Css Color HEX #C41C44 Cardinal

📋 copy color: '#C41C44'

red 196 ◦ green 28 ◦ blue 68

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

Shades of Cardinal #C41C44

Tints of Cardinal #C41C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

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

R = 67.12%
G = 9.59%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C41C44 (or 0xC41C44) is known color: Cardinal. HEX triplet: C4, 1C and 44. RGB value is (196,28,68). Sum of RGB (Red+Green+Blue) = 196+28+68=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C44 is #3BE3BB. Grayscale: #525252. Windows color (decimal): -3924924 or 4463812. OLE color: 4463812.

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

Color convert

RGB 196 28 68 -
CMYK 0 0.86 0.65 0.23
HSL 345.71º 0.75% 0.44% -
HSV(B) 345.71º 0.86% 0.77% -
XYZ 24.22 12.98 6.7 -
YUV 82.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 196 28 68 0 0.86 0.65 0.23 345.71 0.75 0.44
Hex C4 1C 44 0 56 41 17 15A 4B 2C
Octal 304 34 104 0 126 101 27 532 113 54
Binary 11000100 11100 1000100 0 1010110 1000001 10111 101011010 1001011 101100

Color Harmonies of #C41C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C44

Black with #C41C44

Text Example


Text Example

White with #C41C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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