Html Css Color HEX #C21A2F Cardinal

📋 copy color: '#C21A2F'

red 194 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #C21A2F

Tints of Cardinal #C21A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 72.66%
G = 9.74%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C21A2F (or 0xC21A2F) is known color: Cardinal. HEX triplet: C2, 1A and 2F. RGB value is (194,26,47). Sum of RGB (Red+Green+Blue) = 194+26+47=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A2F is #3DE5D0. Grayscale: #4E4E4E. Windows color (decimal): -4056529 or 3087042. OLE color: 3087042.

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

Color convert

RGB 194 26 47 -
CMYK 0 0.87 0.76 0.24
HSL 352.5º 0.76% 0.43% -
HSV(B) 352.5º 0.87% 0.76% -
XYZ 23.13 12.41 3.87 -
YUV 78.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 194 26 47 0 0.87 0.76 0.24 352.5 0.76 0.43
Hex C2 1A 2F 0 57 4C 18 160 4C 2B
Octal 302 32 57 0 127 114 30 540 114 53
Binary 11000010 11010 101111 0 1010111 1001100 11000 101100000 1001100 101011

Color Harmonies of #C21A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A2F

Black with #C21A2F

Text Example


Text Example

White with #C21A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A2F; }

 p { color: rgb(194,26,47); }

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

background-color css

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

 a { background-color: rgb(194,26,47); }

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

border-color css

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

 span { border-color: rgb(194,26,47); }

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