Html Css Color HEX #C41244 Cardinal

📋 copy color: '#C41244'

red 196 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #C41244

Tints of Cardinal #C41244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 69.5%
G = 6.38%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C41244 (or 0xC41244) is known color: Cardinal. HEX triplet: C4, 12 and 44. RGB value is (196,18,68). Sum of RGB (Red+Green+Blue) = 196+18+68=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C41244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41244 is #3BEDBB. Grayscale: #4C4C4C. Windows color (decimal): -3927484 or 4461252. OLE color: 4461252.

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

Color convert

RGB 196 18 68 -
CMYK 0 0.91 0.65 0.23
HSL 343.15º 0.83% 0.42% -
HSV(B) 343.15º 0.91% 0.77% -
XYZ 24.02 12.59 6.63 -
YUV 76.92 122.97 212.93 -
System Red Green Blue C M Y K H S L
Decimal 196 18 68 0 0.91 0.65 0.23 343.15 0.83 0.42
Hex C4 12 44 0 5B 41 17 157 53 2A
Octal 304 22 104 0 133 101 27 527 123 52
Binary 11000100 10010 1000100 0 1011011 1000001 10111 101010111 1010011 101010

Color Harmonies of #C41244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41244

Black with #C41244

Text Example


Text Example

White with #C41244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41244; }

 p { color: rgb(196,18,68); }

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

background-color css

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

 a { background-color: rgb(196,18,68); }

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

border-color css

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

 span { border-color: rgb(196,18,68); }

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