Html Css Color HEX #C21238 Cardinal

📋 copy color: '#C21238'

red 194 ◦ green 18 ◦ blue 56

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

Shades of Cardinal #C21238

Tints of Cardinal #C21238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 72.39%
G = 6.72%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21238 (or 0xC21238) is known color: Cardinal. HEX triplet: C2, 12 and 38. RGB value is (194,18,56). Sum of RGB (Red+Green+Blue) = 194+18+56=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C21238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21238 is #3DEDC7. Grayscale: #4A4A4A. Windows color (decimal): -4058568 or 3674818. OLE color: 3674818.

HSL color Cylindrical-coordinate representation of color #C21238: hue angle of 347.05º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21238 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 56 -
CMYK 0 0.91 0.71 0.24
HSL 347.05º 0.83% 0.42% -
HSV(B) 347.05º 0.91% 0.76% -
XYZ 23.18 12.19 4.87 -
YUV 74.96 117.31 212.91 -
System Red Green Blue C M Y K H S L
Decimal 194 18 56 0 0.91 0.71 0.24 347.05 0.83 0.42
Hex C2 12 38 0 5B 47 18 15B 53 2A
Octal 302 22 70 0 133 107 30 533 123 52
Binary 11000010 10010 111000 0 1011011 1000111 11000 101011011 1010011 101010

Color Harmonies of #C21238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21238

Black with #C21238

Text Example


Text Example

White with #C21238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21238; }

 p { color: rgb(194,18,56); }

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

background-color css

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

 a { background-color: rgb(194,18,56); }

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

border-color css

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

 span { border-color: rgb(194,18,56); }

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