Html Css Color HEX #C21D3A Cardinal

📋 copy color: '#C21D3A'

red 194 ◦ green 29 ◦ blue 58

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

Shades of Cardinal #C21D3A

Tints of Cardinal #C21D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 69.04%
G = 10.32%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C21D3A (or 0xC21D3A) is known color: Cardinal. HEX triplet: C2, 1D and 3A. RGB value is (194,29,58). Sum of RGB (Red+Green+Blue) = 194+29+58=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D3A is #3DE2C5. Grayscale: #515151. Windows color (decimal): -4055750 or 3808706. OLE color: 3808706.

HSL color Cylindrical-coordinate representation of color #C21D3A: hue angle of 349.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21D3A is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 29 58 -
CMYK 0 0.85 0.70 0.24
HSL 349.45º 0.74% 0.44% -
HSV(B) 349.45º 0.85% 0.76% -
XYZ 23.45 12.65 5.21 -
YUV 81.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 194 29 58 0 0.85 0.70 0.24 349.45 0.74 0.44
Hex C2 1D 3A 0 55 46 18 15D 4A 2C
Octal 302 35 72 0 125 106 30 535 112 54
Binary 11000010 11101 111010 0 1010101 1000110 11000 101011101 1001010 101100

Color Harmonies of #C21D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D3A

Black with #C21D3A

Text Example


Text Example

White with #C21D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D3A; }

 p { color: rgb(194,29,58); }

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

background-color css

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

 a { background-color: rgb(194,29,58); }

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

border-color css

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

 span { border-color: rgb(194,29,58); }

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