Html Css Color HEX #C21336 Cardinal

📋 copy color: '#C21336'

red 194 ◦ green 19 ◦ blue 54

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

Shades of Cardinal #C21336

Tints of Cardinal #C21336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

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

R = 72.66%
G = 7.12%
B = 20.22%

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

#C21336 (or 0xC21336) is known color: Cardinal. HEX triplet: C2, 13 and 36. RGB value is (194,19,54). Sum of RGB (Red+Green+Blue) = 194+19+54=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C21336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21336 is #3DECC9. Grayscale: #4B4B4B. Windows color (decimal): -4058314 or 3544002. OLE color: 3544002.

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

Color convert

RGB 194 19 54 -
CMYK 0 0.90 0.72 0.24
HSL 348º 0.82% 0.42% -
HSV(B) 348º 0.9% 0.76% -
XYZ 23.15 12.2 4.63 -
YUV 75.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 194 19 54 0 0.90 0.72 0.24 348 0.82 0.42
Hex C2 13 36 0 5A 48 18 15C 52 2A
Octal 302 23 66 0 132 110 30 534 122 52
Binary 11000010 10011 110110 0 1011010 1001000 11000 101011100 1010010 101010

Color Harmonies of #C21336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21336

Black with #C21336

Text Example


Text Example

White with #C21336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21336; }

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

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

background-color css

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

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

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

border-color css

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

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

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