Html Css Color HEX #C21249 Cardinal

📋 copy color: '#C21249'

red 194 ◦ green 18 ◦ blue 73

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

Shades of Cardinal #C21249

Tints of Cardinal #C21249

RGB

 RED value IS 194 (76.17% from 255) = 68.07%

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

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 68.07%
G = 6.32%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C21249 (or 0xC21249) is known color: Cardinal. HEX triplet: C2, 12 and 49. RGB value is (194,18,73). Sum of RGB (Red+Green+Blue) = 194+18+73=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C21249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21249 is #3DEDB6. Grayscale: #4C4C4C. Windows color (decimal): -4058551 or 4788930. OLE color: 4788930.

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

Color convert

RGB 194 18 73 -
CMYK 0 0.91 0.62 0.24
HSL 341.25º 0.83% 0.42% -
HSV(B) 341.25º 0.91% 0.76% -
XYZ 23.67 12.38 7.45 -
YUV 76.89 125.81 211.53 -
System Red Green Blue C M Y K H S L
Decimal 194 18 73 0 0.91 0.62 0.24 341.25 0.83 0.42
Hex C2 12 49 0 5B 3E 18 155 53 2A
Octal 302 22 111 0 133 76 30 525 123 52
Binary 11000010 10010 1001001 0 1011011 111110 11000 101010101 1010011 101010

Color Harmonies of #C21249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21249

Black with #C21249

Text Example


Text Example

White with #C21249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21249; }

 p { color: rgb(194,18,73); }

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

background-color css

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

 a { background-color: rgb(194,18,73); }

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

border-color css

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

 span { border-color: rgb(194,18,73); }

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