Html Css Color HEX #C21637 Cardinal

📋 copy color: '#C21637'

red 194 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #C21637

Tints of Cardinal #C21637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 71.59%
G = 8.12%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21637 (or 0xC21637) is known color: Cardinal. HEX triplet: C2, 16 and 37. RGB value is (194,22,55). Sum of RGB (Red+Green+Blue) = 194+22+55=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C21637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21637 is #3DE9C8. Grayscale: #4D4D4D. Windows color (decimal): -4057545 or 3610306. OLE color: 3610306.

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

Color convert

RGB 194 22 55 -
CMYK 0 0.89 0.72 0.24
HSL 348.49º 0.8% 0.42% -
HSV(B) 348.49º 0.89% 0.76% -
XYZ 23.22 12.32 4.77 -
YUV 77.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 194 22 55 0 0.89 0.72 0.24 348.49 0.8 0.42
Hex C2 16 37 0 59 48 18 15C 50 2A
Octal 302 26 67 0 131 110 30 534 120 52
Binary 11000010 10110 110111 0 1011001 1001000 11000 101011100 1010000 101010

Color Harmonies of #C21637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21637

Black with #C21637

Text Example


Text Example

White with #C21637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21637; }

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

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

background-color css

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

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

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

border-color css

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

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

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