Html Css Color HEX #C21144 Cardinal

📋 copy color: '#C21144'

red 194 ◦ green 17 ◦ blue 68

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

Shades of Cardinal #C21144

Tints of Cardinal #C21144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 69.53%
G = 6.09%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C21144 (or 0xC21144) is known color: Cardinal. HEX triplet: C2, 11 and 44. RGB value is (194,17,68). Sum of RGB (Red+Green+Blue) = 194+17+68=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C21144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21144 is #3DEEBB. Grayscale: #4B4B4B. Windows color (decimal): -4058812 or 4460994. OLE color: 4460994.

HSL color Cylindrical-coordinate representation of color #C21144: hue angle of 342.71º 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 #C21144 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 17 68 -
CMYK 0 0.91 0.65 0.24
HSL 342.71º 0.84% 0.41% -
HSV(B) 342.71º 0.91% 0.76% -
XYZ 23.49 12.29 6.6 -
YUV 75.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 194 17 68 0 0.91 0.65 0.24 342.71 0.84 0.41
Hex C2 11 44 0 5B 41 18 157 54 29
Octal 302 21 104 0 133 101 30 527 124 51
Binary 11000010 10001 1000100 0 1011011 1000001 11000 101010111 1010100 101001

Color Harmonies of #C21144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21144

Black with #C21144

Text Example


Text Example

White with #C21144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21144; }

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

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

background-color css

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

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

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

border-color css

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

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

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