Html Css Color HEX #C21839 Cardinal

📋 copy color: '#C21839'

red 194 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #C21839

Tints of Cardinal #C21839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 70.55%
G = 8.73%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21839 (or 0xC21839) is known color: Cardinal. HEX triplet: C2, 18 and 39. RGB value is (194,24,57). Sum of RGB (Red+Green+Blue) = 194+24+57=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C21839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21839 is #3DE7C6. Grayscale: #4E4E4E. Windows color (decimal): -4057031 or 3741890. OLE color: 3741890.

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

Color convert

RGB 194 24 57 -
CMYK 0 0.88 0.71 0.24
HSL 348.35º 0.78% 0.43% -
HSV(B) 348.35º 0.88% 0.76% -
XYZ 23.31 12.42 5.04 -
YUV 78.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 194 24 57 0 0.88 0.71 0.24 348.35 0.78 0.43
Hex C2 18 39 0 58 47 18 15C 4E 2B
Octal 302 30 71 0 130 107 30 534 116 53
Binary 11000010 11000 111001 0 1011000 1000111 11000 101011100 1001110 101011

Color Harmonies of #C21839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21839

Black with #C21839

Text Example


Text Example

White with #C21839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21839; }

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

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

background-color css

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

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

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

border-color css

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

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

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