Html Css Color HEX #C21631 Cardinal

📋 copy color: '#C21631'

red 194 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #C21631

Tints of Cardinal #C21631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 73.21%
G = 8.3%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C21631 (or 0xC21631) is known color: Cardinal. HEX triplet: C2, 16 and 31. RGB value is (194,22,49). Sum of RGB (Red+Green+Blue) = 194+22+49=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C21631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21631 is #3DE9CE. Grayscale: #4C4C4C. Windows color (decimal): -4057551 or 3217090. OLE color: 3217090.

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

Color convert

RGB 194 22 49 -
CMYK 0 0.89 0.75 0.24
HSL 350.58º 0.8% 0.42% -
HSV(B) 350.58º 0.89% 0.76% -
XYZ 23.09 12.26 4.06 -
YUV 76.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 194 22 49 0 0.89 0.75 0.24 350.58 0.8 0.42
Hex C2 16 31 0 59 4B 18 15F 50 2A
Octal 302 26 61 0 131 113 30 537 120 52
Binary 11000010 10110 110001 0 1011001 1001011 11000 101011111 1010000 101010

Color Harmonies of #C21631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21631

Black with #C21631

Text Example


Text Example

White with #C21631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21631; }

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

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

background-color css

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

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

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

border-color css

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

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

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