Html Css Color HEX #C21349 Cardinal

📋 copy color: '#C21349'

red 194 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #C21349

Tints of Cardinal #C21349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 67.83%
G = 6.64%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C21349 (or 0xC21349) is known color: Cardinal. HEX triplet: C2, 13 and 49. RGB value is (194,19,73). Sum of RGB (Red+Green+Blue) = 194+19+73=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C21349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21349 is #3DECB6. Grayscale: #4D4D4D. Windows color (decimal): -4058295 or 4789186. OLE color: 4789186.

HSL color Cylindrical-coordinate representation of color #C21349: hue angle of 341.49º degrees, saturation: 0.82, 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 #C21349 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 73 -
CMYK 0 0.90 0.62 0.24
HSL 341.49º 0.82% 0.42% -
HSV(B) 341.49º 0.9% 0.76% -
XYZ 23.68 12.42 7.45 -
YUV 77.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 194 19 73 0 0.90 0.62 0.24 341.49 0.82 0.42
Hex C2 13 49 0 5A 3E 18 155 52 2A
Octal 302 23 111 0 132 76 30 525 122 52
Binary 11000010 10011 1001001 0 1011010 111110 11000 101010101 1010010 101010

Color Harmonies of #C21349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21349

Black with #C21349

Text Example


Text Example

White with #C21349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21349; }

 p { color: rgb(194,19,73); }

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

background-color css

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

 a { background-color: rgb(194,19,73); }

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

border-color css

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

 span { border-color: rgb(194,19,73); }

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