Html Css Color HEX #C21646 Cardinal

📋 copy color: '#C21646'

red 194 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #C21646

Tints of Cardinal #C21646

RGB

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

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

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

R = 67.83%
G = 7.69%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21646 (or 0xC21646) is known color: Cardinal. HEX triplet: C2, 16 and 46. RGB value is (194,22,70). Sum of RGB (Red+Green+Blue) = 194+22+70=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C21646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21646 is #3DE9B9. Grayscale: #4E4E4E. Windows color (decimal): -4057530 or 4593346. OLE color: 4593346.

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

Color convert

RGB 194 22 70 -
CMYK 0 0.89 0.64 0.24
HSL 343.26º 0.8% 0.42% -
HSV(B) 343.26º 0.89% 0.76% -
XYZ 23.64 12.49 6.96 -
YUV 78.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 194 22 70 0 0.89 0.64 0.24 343.26 0.8 0.42
Hex C2 16 46 0 59 40 18 157 50 2A
Octal 302 26 106 0 131 100 30 527 120 52
Binary 11000010 10110 1000110 0 1011001 1000000 11000 101010111 1010000 101010

Color Harmonies of #C21646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21646

Black with #C21646

Text Example


Text Example

White with #C21646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21646; }

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

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

background-color css

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

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

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

border-color css

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

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

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