Html Css Color HEX #C21647 Cardinal

📋 copy color: '#C21647'

red 194 ◦ green 22 ◦ blue 71

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

Shades of Cardinal #C21647

Tints of Cardinal #C21647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 67.6%
G = 7.67%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C21647 (or 0xC21647) is known color: Cardinal. HEX triplet: C2, 16 and 47. RGB value is (194,22,71). Sum of RGB (Red+Green+Blue) = 194+22+71=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C21647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21647 is #3DE9B8. Grayscale: #4E4E4E. Windows color (decimal): -4057529 or 4658882. OLE color: 4658882.

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

Color convert

RGB 194 22 71 -
CMYK 0 0.89 0.63 0.24
HSL 342.91º 0.8% 0.42% -
HSV(B) 342.91º 0.89% 0.76% -
XYZ 23.67 12.5 7.13 -
YUV 79.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 194 22 71 0 0.89 0.63 0.24 342.91 0.8 0.42
Hex C2 16 47 0 59 3F 18 157 50 2A
Octal 302 26 107 0 131 77 30 527 120 52
Binary 11000010 10110 1000111 0 1011001 111111 11000 101010111 1010000 101010

Color Harmonies of #C21647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21647

Black with #C21647

Text Example


Text Example

White with #C21647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21647; }

 p { color: rgb(194,22,71); }

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

background-color css

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

 a { background-color: rgb(194,22,71); }

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

border-color css

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

 span { border-color: rgb(194,22,71); }

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