Html Css Color HEX #C21836 Cardinal

📋 copy color: '#C21836'

red 194 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #C21836

Tints of Cardinal #C21836

RGB

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

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

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

R = 71.32%
G = 8.82%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C21836 (or 0xC21836) is known color: Cardinal. HEX triplet: C2, 18 and 36. RGB value is (194,24,54). Sum of RGB (Red+Green+Blue) = 194+24+54=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C21836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21836 is #3DE7C9. Grayscale: #4E4E4E. Windows color (decimal): -4057034 or 3545282. OLE color: 3545282.

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

Color convert

RGB 194 24 54 -
CMYK 0 0.88 0.72 0.24
HSL 349.41º 0.78% 0.43% -
HSV(B) 349.41º 0.88% 0.76% -
XYZ 23.24 12.39 4.66 -
YUV 78.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 194 24 54 0 0.88 0.72 0.24 349.41 0.78 0.43
Hex C2 18 36 0 58 48 18 15D 4E 2B
Octal 302 30 66 0 130 110 30 535 116 53
Binary 11000010 11000 110110 0 1011000 1001000 11000 101011101 1001110 101011

Color Harmonies of #C21836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21836

Black with #C21836

Text Example


Text Example

White with #C21836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21836; }

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

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

background-color css

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

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

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

border-color css

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

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

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