Html Css Color HEX #C21945 Cardinal

📋 copy color: '#C21945'

red 194 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #C21945

Tints of Cardinal #C21945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.96%

R = 67.36%
G = 8.68%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21945 (or 0xC21945) is known color: Cardinal. HEX triplet: C2, 19 and 45. RGB value is (194,25,69). Sum of RGB (Red+Green+Blue) = 194+25+69=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C21945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21945 is #3DE6BA. Grayscale: #505050. Windows color (decimal): -4056763 or 4528578. OLE color: 4528578.

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

Color convert

RGB 194 25 69 -
CMYK 0 0.87 0.64 0.24
HSL 344.38º 0.77% 0.43% -
HSV(B) 344.38º 0.87% 0.76% -
XYZ 23.67 12.59 6.81 -
YUV 80.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 194 25 69 0 0.87 0.64 0.24 344.38 0.77 0.43
Hex C2 19 45 0 57 40 18 158 4D 2B
Octal 302 31 105 0 127 100 30 530 115 53
Binary 11000010 11001 1000101 0 1010111 1000000 11000 101011000 1001101 101011

Color Harmonies of #C21945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21945

Black with #C21945

Text Example


Text Example

White with #C21945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21945; }

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

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

background-color css

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

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

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

border-color css

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

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

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