Html Css Color HEX #C41C45 Cardinal

📋 copy color: '#C41C45'

red 196 ◦ green 28 ◦ blue 69

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

Shades of Cardinal #C41C45

Tints of Cardinal #C41C45

RGB

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

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

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

R = 66.89%
G = 9.56%
B = 23.55%

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

#C41C45 (or 0xC41C45) is known color: Cardinal. HEX triplet: C4, 1C and 45. RGB value is (196,28,69). Sum of RGB (Red+Green+Blue) = 196+28+69=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C45 is #3BE3BA. Grayscale: #525252. Windows color (decimal): -3924923 or 4529348. OLE color: 4529348.

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

Color convert

RGB 196 28 69 -
CMYK 0 0.86 0.65 0.23
HSL 345.36º 0.75% 0.44% -
HSV(B) 345.36º 0.86% 0.77% -
XYZ 24.25 13 6.86 -
YUV 82.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 196 28 69 0 0.86 0.65 0.23 345.36 0.75 0.44
Hex C4 1C 45 0 56 41 17 159 4B 2C
Octal 304 34 105 0 126 101 27 531 113 54
Binary 11000100 11100 1000101 0 1010110 1000001 10111 101011001 1001011 101100

Color Harmonies of #C41C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C45

Black with #C41C45

Text Example


Text Example

White with #C41C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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