Html Css Color HEX #C21450 Cardinal

📋 copy color: '#C21450'

red 194 ◦ green 20 ◦ blue 80

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

Shades of Cardinal #C21450

Tints of Cardinal #C21450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 65.99%
G = 6.8%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C21450 (or 0xC21450) is known color: Cardinal. HEX triplet: C2, 14 and 50. RGB value is (194,20,80). Sum of RGB (Red+Green+Blue) = 194+20+80=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C21450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21450 is #3DEBAF. Grayscale: #4E4E4E. Windows color (decimal): -4058032 or 5248194. OLE color: 5248194.

HSL color Cylindrical-coordinate representation of color #C21450: hue angle of 339.31º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21450 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 80 -
CMYK 0 0.90 0.59 0.24
HSL 339.31º 0.81% 0.42% -
HSV(B) 339.31º 0.9% 0.76% -
XYZ 23.95 12.55 8.75 -
YUV 78.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 194 20 80 0 0.90 0.59 0.24 339.31 0.81 0.42
Hex C2 14 50 0 5A 3B 18 153 51 2A
Octal 302 24 120 0 132 73 30 523 121 52
Binary 11000010 10100 1010000 0 1011010 111011 11000 101010011 1010001 101010

Color Harmonies of #C21450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21450

Black with #C21450

Text Example


Text Example

White with #C21450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21450; }

 p { color: rgb(194,20,80); }

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

background-color css

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

 a { background-color: rgb(194,20,80); }

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

border-color css

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

 span { border-color: rgb(194,20,80); }

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