Html Css Color HEX #C21D3F Cardinal

📋 copy color: '#C21D3F'

red 194 ◦ green 29 ◦ blue 63

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

Shades of Cardinal #C21D3F

Tints of Cardinal #C21D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.03%

R = 67.83%
G = 10.14%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C21D3F (or 0xC21D3F) is known color: Cardinal. HEX triplet: C2, 1D and 3F. RGB value is (194,29,63). Sum of RGB (Red+Green+Blue) = 194+29+63=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D3F is #3DE2C0. Grayscale: #525252. Windows color (decimal): -4055745 or 4136386. OLE color: 4136386.

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

Color convert

RGB 194 29 63 -
CMYK 0 0.85 0.68 0.24
HSL 347.64º 0.74% 0.44% -
HSV(B) 347.64º 0.85% 0.76% -
XYZ 23.58 12.71 5.91 -
YUV 82.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 194 29 63 0 0.85 0.68 0.24 347.64 0.74 0.44
Hex C2 1D 3F 0 55 44 18 15C 4A 2C
Octal 302 35 77 0 125 104 30 534 112 54
Binary 11000010 11101 111111 0 1010101 1000100 11000 101011100 1001010 101100

Color Harmonies of #C21D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D3F

Black with #C21D3F

Text Example


Text Example

White with #C21D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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