Html Css Color HEX #C21838 Cardinal

📋 copy color: '#C21838'

red 194 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #C21838

Tints of Cardinal #C21838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 70.8%
G = 8.76%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21838 (or 0xC21838) is known color: Cardinal. HEX triplet: C2, 18 and 38. RGB value is (194,24,56). Sum of RGB (Red+Green+Blue) = 194+24+56=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C21838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21838 is #3DE7C7. Grayscale: #4E4E4E. Windows color (decimal): -4057032 or 3676354. OLE color: 3676354.

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

Color convert

RGB 194 24 56 -
CMYK 0 0.88 0.71 0.24
HSL 348.71º 0.78% 0.43% -
HSV(B) 348.71º 0.88% 0.76% -
XYZ 23.29 12.41 4.91 -
YUV 78.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 194 24 56 0 0.88 0.71 0.24 348.71 0.78 0.43
Hex C2 18 38 0 58 47 18 15D 4E 2B
Octal 302 30 70 0 130 107 30 535 116 53
Binary 11000010 11000 111000 0 1011000 1000111 11000 101011101 1001110 101011

Color Harmonies of #C21838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21838

Black with #C21838

Text Example


Text Example

White with #C21838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21838; }

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

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

background-color css

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

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

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

border-color css

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

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

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