Html Css Color HEX #C21E46 Cardinal

📋 copy color: '#C21E46'

red 194 ◦ green 30 ◦ blue 70

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

Shades of Cardinal #C21E46

Tints of Cardinal #C21E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 70 (27.73% from 255) = 23.81%

R = 65.99%
G = 10.2%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21E46 (or 0xC21E46) is known color: Cardinal. HEX triplet: C2, 1E and 46. RGB value is (194,30,70). Sum of RGB (Red+Green+Blue) = 194+30+70=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E46 is #3DE1B9. Grayscale: #535353. Windows color (decimal): -4055482 or 4595394. OLE color: 4595394.

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

Color convert

RGB 194 30 70 -
CMYK 0 0.85 0.64 0.24
HSL 345.37º 0.73% 0.44% -
HSV(B) 345.37º 0.85% 0.76% -
XYZ 23.82 12.84 7.02 -
YUV 83.6 120.33 206.75 -
System Red Green Blue C M Y K H S L
Decimal 194 30 70 0 0.85 0.64 0.24 345.37 0.73 0.44
Hex C2 1E 46 0 55 40 18 159 49 2C
Octal 302 36 106 0 125 100 30 531 111 54
Binary 11000010 11110 1000110 0 1010101 1000000 11000 101011001 1001001 101100

Color Harmonies of #C21E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E46

Black with #C21E46

Text Example


Text Example

White with #C21E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E46; }

 p { color: rgb(194,30,70); }

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

background-color css

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

 a { background-color: rgb(194,30,70); }

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

border-color css

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

 span { border-color: rgb(194,30,70); }

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