Html Css Color HEX #C21748 Cardinal

📋 copy color: '#C21748'

red 194 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #C21748

Tints of Cardinal #C21748

RGB

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

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

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

R = 67.13%
G = 7.96%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C21748 (or 0xC21748) is known color: Cardinal. HEX triplet: C2, 17 and 48. RGB value is (194,23,72). Sum of RGB (Red+Green+Blue) = 194+23+72=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C21748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21748 is #3DE8B7. Grayscale: #4F4F4F. Windows color (decimal): -4057272 or 4724674. OLE color: 4724674.

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

Color convert

RGB 194 23 72 -
CMYK 0 0.88 0.63 0.24
HSL 342.81º 0.79% 0.43% -
HSV(B) 342.81º 0.88% 0.76% -
XYZ 23.72 12.55 7.3 -
YUV 79.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 194 23 72 0 0.88 0.63 0.24 342.81 0.79 0.43
Hex C2 17 48 0 58 3F 18 157 4F 2B
Octal 302 27 110 0 130 77 30 527 117 53
Binary 11000010 10111 1001000 0 1011000 111111 11000 101010111 1001111 101011

Color Harmonies of #C21748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21748

Black with #C21748

Text Example


Text Example

White with #C21748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21748; }

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

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

background-color css

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

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

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

border-color css

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

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

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