Html Css Color HEX #C21739 Cardinal

📋 copy color: '#C21739'

red 194 ◦ green 23 ◦ blue 57

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

Shades of Cardinal #C21739

Tints of Cardinal #C21739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

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

R = 70.8%
G = 8.39%
B = 20.8%

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

#C21739 (or 0xC21739) is known color: Cardinal. HEX triplet: C2, 17 and 39. RGB value is (194,23,57). Sum of RGB (Red+Green+Blue) = 194+23+57=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C21739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21739 is #3DE8C6. Grayscale: #4E4E4E. Windows color (decimal): -4057287 or 3741634. OLE color: 3741634.

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

Color convert

RGB 194 23 57 -
CMYK 0 0.88 0.71 0.24
HSL 348.07º 0.79% 0.43% -
HSV(B) 348.07º 0.88% 0.76% -
XYZ 23.29 12.38 5.03 -
YUV 78.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 194 23 57 0 0.88 0.71 0.24 348.07 0.79 0.43
Hex C2 17 39 0 58 47 18 15C 4F 2B
Octal 302 27 71 0 130 107 30 534 117 53
Binary 11000010 10111 111001 0 1011000 1000111 11000 101011100 1001111 101011

Color Harmonies of #C21739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21739

Black with #C21739

Text Example


Text Example

White with #C21739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21739; }

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

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

background-color css

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

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

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

border-color css

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

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

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