Html Css Color HEX #C21938 Cardinal

📋 copy color: '#C21938'

red 194 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #C21938

Tints of Cardinal #C21938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 70.55%
G = 9.09%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21938 (or 0xC21938) is known color: Cardinal. HEX triplet: C2, 19 and 38. RGB value is (194,25,56). Sum of RGB (Red+Green+Blue) = 194+25+56=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C21938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21938 is #3DE6C7. Grayscale: #4F4F4F. Windows color (decimal): -4056776 or 3676610. OLE color: 3676610.

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

Color convert

RGB 194 25 56 -
CMYK 0 0.87 0.71 0.24
HSL 348.99º 0.77% 0.43% -
HSV(B) 348.99º 0.87% 0.76% -
XYZ 23.31 12.45 4.92 -
YUV 79.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 194 25 56 0 0.87 0.71 0.24 348.99 0.77 0.43
Hex C2 19 38 0 57 47 18 15D 4D 2B
Octal 302 31 70 0 127 107 30 535 115 53
Binary 11000010 11001 111000 0 1010111 1000111 11000 101011101 1001101 101011

Color Harmonies of #C21938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21938

Black with #C21938

Text Example


Text Example

White with #C21938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21938; }

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

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

background-color css

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

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

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

border-color css

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

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

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