Html Css Color HEX #C41041 Cardinal

📋 copy color: '#C41041'

red 196 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #C41041

Tints of Cardinal #C41041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

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

R = 70.76%
G = 5.78%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41041 (or 0xC41041) is known color: Cardinal. HEX triplet: C4, 10 and 41. RGB value is (196,16,65). Sum of RGB (Red+Green+Blue) = 196+16+65=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C41041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41041 is #3BEFBE. Grayscale: #4B4B4B. Windows color (decimal): -3927999 or 4264132. OLE color: 4264132.

HSL color Cylindrical-coordinate representation of color #C41041: hue angle of 343.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41041 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 16 65 -
CMYK 0 0.92 0.67 0.23
HSL 343.67º 0.85% 0.42% -
HSV(B) 343.67º 0.92% 0.77% -
XYZ 23.9 12.49 6.15 -
YUV 75.41 122.13 214.02 -
System Red Green Blue C M Y K H S L
Decimal 196 16 65 0 0.92 0.67 0.23 343.67 0.85 0.42
Hex C4 10 41 0 5C 43 17 158 55 2A
Octal 304 20 101 0 134 103 27 530 125 52
Binary 11000100 10000 1000001 0 1011100 1000011 10111 101011000 1010101 101010

Color Harmonies of #C41041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41041

Black with #C41041

Text Example


Text Example

White with #C41041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41041; }

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

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

background-color css

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

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

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

border-color css

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

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

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