Html Css Color HEX #C41F41 Cardinal

📋 copy color: '#C41F41'

red 196 ◦ green 31 ◦ blue 65

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

Shades of Cardinal #C41F41

Tints of Cardinal #C41F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

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

R = 67.12%
G = 10.62%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41F41 (or 0xC41F41) is known color: Cardinal. HEX triplet: C4, 1F and 41. RGB value is (196,31,65). Sum of RGB (Red+Green+Blue) = 196+31+65=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F41 is #3BE0BE. Grayscale: #545454. Windows color (decimal): -3924159 or 4267972. OLE color: 4267972.

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

Color convert

RGB 196 31 65 -
CMYK 0 0.84 0.67 0.23
HSL 347.64º 0.73% 0.45% -
HSV(B) 347.64º 0.84% 0.77% -
XYZ 24.21 13.1 6.25 -
YUV 84.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 196 31 65 0 0.84 0.67 0.23 347.64 0.73 0.45
Hex C4 1F 41 0 54 43 17 15C 49 2D
Octal 304 37 101 0 124 103 27 534 111 55
Binary 11000100 11111 1000001 0 1010100 1000011 10111 101011100 1001001 101101

Color Harmonies of #C41F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F41

Black with #C41F41

Text Example


Text Example

White with #C41F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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