Html Css Color HEX #C21148 Cardinal

📋 copy color: '#C21148'

red 194 ◦ green 17 ◦ blue 72

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

Shades of Cardinal #C21148

Tints of Cardinal #C21148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 68.55%
G = 6.01%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C21148 (or 0xC21148) is known color: Cardinal. HEX triplet: C2, 11 and 48. RGB value is (194,17,72). Sum of RGB (Red+Green+Blue) = 194+17+72=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C21148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21148 is #3DEEB7. Grayscale: #4C4C4C. Windows color (decimal): -4058808 or 4723138. OLE color: 4723138.

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

Color convert

RGB 194 17 72 -
CMYK 0 0.91 0.63 0.24
HSL 341.36º 0.84% 0.41% -
HSV(B) 341.36º 0.91% 0.76% -
XYZ 23.62 12.34 7.27 -
YUV 76.19 125.64 212.03 -
System Red Green Blue C M Y K H S L
Decimal 194 17 72 0 0.91 0.63 0.24 341.36 0.84 0.41
Hex C2 11 48 0 5B 3F 18 155 54 29
Octal 302 21 110 0 133 77 30 525 124 51
Binary 11000010 10001 1001000 0 1011011 111111 11000 101010101 1010100 101001

Color Harmonies of #C21148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21148

Black with #C21148

Text Example


Text Example

White with #C21148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21148; }

 p { color: rgb(194,17,72); }

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

background-color css

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

 a { background-color: rgb(194,17,72); }

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

border-color css

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

 span { border-color: rgb(194,17,72); }

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