Html Css Color HEX #C21846 Cardinal

📋 copy color: '#C21846'

red 194 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #C21846

Tints of Cardinal #C21846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

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

R = 67.36%
G = 8.33%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21846 (or 0xC21846) is known color: Cardinal. HEX triplet: C2, 18 and 46. RGB value is (194,24,70). Sum of RGB (Red+Green+Blue) = 194+24+70=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C21846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21846 is #3DE7B9. Grayscale: #505050. Windows color (decimal): -4057018 or 4593858. OLE color: 4593858.

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

Color convert

RGB 194 24 70 -
CMYK 0 0.88 0.64 0.24
HSL 343.76º 0.78% 0.43% -
HSV(B) 343.76º 0.88% 0.76% -
XYZ 23.68 12.56 6.97 -
YUV 80.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 194 24 70 0 0.88 0.64 0.24 343.76 0.78 0.43
Hex C2 18 46 0 58 40 18 158 4E 2B
Octal 302 30 106 0 130 100 30 530 116 53
Binary 11000010 11000 1000110 0 1011000 1000000 11000 101011000 1001110 101011

Color Harmonies of #C21846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21846

Black with #C21846

Text Example


Text Example

White with #C21846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21846; }

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

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

background-color css

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

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

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

border-color css

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

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

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