Html Css Color HEX #C21835 Cardinal

📋 copy color: '#C21835'

red 194 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #C21835

Tints of Cardinal #C21835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 71.59%
G = 8.86%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21835 (or 0xC21835) is known color: Cardinal. HEX triplet: C2, 18 and 35. RGB value is (194,24,53). Sum of RGB (Red+Green+Blue) = 194+24+53=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C21835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21835 is #3DE7CA. Grayscale: #4E4E4E. Windows color (decimal): -4057035 or 3479746. OLE color: 3479746.

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

Color convert

RGB 194 24 53 -
CMYK 0 0.88 0.73 0.24
HSL 349.76º 0.78% 0.43% -
HSV(B) 349.76º 0.88% 0.76% -
XYZ 23.22 12.38 4.53 -
YUV 78.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 194 24 53 0 0.88 0.73 0.24 349.76 0.78 0.43
Hex C2 18 35 0 58 49 18 15E 4E 2B
Octal 302 30 65 0 130 111 30 536 116 53
Binary 11000010 11000 110101 0 1011000 1001001 11000 101011110 1001110 101011

Color Harmonies of #C21835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21835

Black with #C21835

Text Example


Text Example

White with #C21835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21835; }

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

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

background-color css

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

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

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

border-color css

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

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

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