Html Css Color HEX #C41C42 Cardinal

📋 copy color: '#C41C42'

red 196 ◦ green 28 ◦ blue 66

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

Shades of Cardinal #C41C42

Tints of Cardinal #C41C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 67.59%
G = 9.66%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C41C42 (or 0xC41C42) is known color: Cardinal. HEX triplet: C4, 1C and 42. RGB value is (196,28,66). Sum of RGB (Red+Green+Blue) = 196+28+66=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C42 is #3BE3BD. Grayscale: #525252. Windows color (decimal): -3924926 or 4332740. OLE color: 4332740.

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

Color convert

RGB 196 28 66 -
CMYK 0 0.86 0.66 0.23
HSL 346.43º 0.75% 0.44% -
HSV(B) 346.43º 0.86% 0.77% -
XYZ 24.16 12.96 6.38 -
YUV 82.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 196 28 66 0 0.86 0.66 0.23 346.43 0.75 0.44
Hex C4 1C 42 0 56 42 17 15A 4B 2C
Octal 304 34 102 0 126 102 27 532 113 54
Binary 11000100 11100 1000010 0 1010110 1000010 10111 101011010 1001011 101100

Color Harmonies of #C41C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C42

Black with #C41C42

Text Example


Text Example

White with #C41C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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