Html Css Color HEX #C21436 Cardinal

📋 copy color: '#C21436'

red 194 ◦ green 20 ◦ blue 54

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

Shades of Cardinal #C21436

Tints of Cardinal #C21436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 72.39%
G = 7.46%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21436 (or 0xC21436) is known color: Cardinal. HEX triplet: C2, 14 and 36. RGB value is (194,20,54). Sum of RGB (Red+Green+Blue) = 194+20+54=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C21436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21436 is #3DEBC9. Grayscale: #4B4B4B. Windows color (decimal): -4058058 or 3544258. OLE color: 3544258.

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

Color convert

RGB 194 20 54 -
CMYK 0 0.90 0.72 0.24
HSL 348.28º 0.81% 0.42% -
HSV(B) 348.28º 0.9% 0.76% -
XYZ 23.16 12.24 4.63 -
YUV 75.9 115.65 212.24 -
System Red Green Blue C M Y K H S L
Decimal 194 20 54 0 0.90 0.72 0.24 348.28 0.81 0.42
Hex C2 14 36 0 5A 48 18 15C 51 2A
Octal 302 24 66 0 132 110 30 534 121 52
Binary 11000010 10100 110110 0 1011010 1001000 11000 101011100 1010001 101010

Color Harmonies of #C21436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21436

Black with #C21436

Text Example


Text Example

White with #C21436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21436; }

 p { color: rgb(194,20,54); }

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

background-color css

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

 a { background-color: rgb(194,20,54); }

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

border-color css

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

 span { border-color: rgb(194,20,54); }

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