Html Css Color HEX #C41C41 Cardinal

📋 copy color: '#C41C41'

red 196 ◦ green 28 ◦ blue 65

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

Shades of Cardinal #C41C41

Tints of Cardinal #C41C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 67.82%
G = 9.69%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41C41 (or 0xC41C41) is known color: Cardinal. HEX triplet: C4, 1C and 41. RGB value is (196,28,65). Sum of RGB (Red+Green+Blue) = 196+28+65=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C41 is #3BE3BE. Grayscale: #525252. Windows color (decimal): -3924927 or 4267204. OLE color: 4267204.

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

Color convert

RGB 196 28 65 -
CMYK 0 0.86 0.67 0.23
HSL 346.79º 0.75% 0.44% -
HSV(B) 346.79º 0.86% 0.77% -
XYZ 24.13 12.95 6.23 -
YUV 82.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 196 28 65 0 0.86 0.67 0.23 346.79 0.75 0.44
Hex C4 1C 41 0 56 43 17 15B 4B 2C
Octal 304 34 101 0 126 103 27 533 113 54
Binary 11000100 11100 1000001 0 1010110 1000011 10111 101011011 1001011 101100

Color Harmonies of #C41C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C41

Black with #C41C41

Text Example


Text Example

White with #C41C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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