Html Css Color HEX #C41747 Cardinal

📋 copy color: '#C41747'

red 196 ◦ green 23 ◦ blue 71

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

Shades of Cardinal #C41747

Tints of Cardinal #C41747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 71 (28.13% from 255) = 24.48%

R = 67.59%
G = 7.93%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C41747 (or 0xC41747) is known color: Cardinal. HEX triplet: C4, 17 and 47. RGB value is (196,23,71). Sum of RGB (Red+Green+Blue) = 196+23+71=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C41747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41747 is #3BE8B8. Grayscale: #505050. Windows color (decimal): -3926201 or 4659140. OLE color: 4659140.

HSL color Cylindrical-coordinate representation of color #C41747: hue angle of 343.35º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41747 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 71 -
CMYK 0 0.88 0.64 0.23
HSL 343.35º 0.79% 0.43% -
HSV(B) 343.35º 0.88% 0.77% -
XYZ 24.21 12.8 7.16 -
YUV 80.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 196 23 71 0 0.88 0.64 0.23 343.35 0.79 0.43
Hex C4 17 47 0 58 40 17 157 4F 2B
Octal 304 27 107 0 130 100 27 527 117 53
Binary 11000100 10111 1000111 0 1011000 1000000 10111 101010111 1001111 101011

Color Harmonies of #C41747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41747

Black with #C41747

Text Example


Text Example

White with #C41747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41747; }

 p { color: rgb(196,23,71); }

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

background-color css

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

 a { background-color: rgb(196,23,71); }

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

border-color css

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

 span { border-color: rgb(196,23,71); }

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