Html Css Color HEX #C21048 Cardinal

📋 copy color: '#C21048'

red 194 ◦ green 16 ◦ blue 72

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

Shades of Cardinal #C21048

Tints of Cardinal #C21048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 68.79%
G = 5.67%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C21048 (or 0xC21048) is known color: Cardinal. HEX triplet: C2, 10 and 48. RGB value is (194,16,72). Sum of RGB (Red+Green+Blue) = 194+16+72=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C21048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21048 is #3DEFB7. Grayscale: #4B4B4B. Windows color (decimal): -4059064 or 4722882. OLE color: 4722882.

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

Color convert

RGB 194 16 72 -
CMYK 0 0.92 0.63 0.24
HSL 341.12º 0.85% 0.41% -
HSV(B) 341.12º 0.92% 0.76% -
XYZ 23.6 12.31 7.26 -
YUV 75.61 125.97 212.45 -
System Red Green Blue C M Y K H S L
Decimal 194 16 72 0 0.92 0.63 0.24 341.12 0.85 0.41
Hex C2 10 48 0 5C 3F 18 155 55 29
Octal 302 20 110 0 134 77 30 525 125 51
Binary 11000010 10000 1001000 0 1011100 111111 11000 101010101 1010101 101001

Color Harmonies of #C21048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21048

Black with #C21048

Text Example


Text Example

White with #C21048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21048; }

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

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

background-color css

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

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

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

border-color css

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

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

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