Html Css Color HEX #C21A34 Cardinal

📋 copy color: '#C21A34'

red 194 ◦ green 26 ◦ blue 52

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

Shades of Cardinal #C21A34

Tints of Cardinal #C21A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 71.32%
G = 9.56%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21A34 (or 0xC21A34) is known color: Cardinal. HEX triplet: C2, 1A and 34. RGB value is (194,26,52). Sum of RGB (Red+Green+Blue) = 194+26+52=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A34 is #3DE5CB. Grayscale: #4F4F4F. Windows color (decimal): -4056524 or 3414722. OLE color: 3414722.

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

Color convert

RGB 194 26 52 -
CMYK 0 0.87 0.73 0.24
HSL 350.71º 0.76% 0.43% -
HSV(B) 350.71º 0.87% 0.76% -
XYZ 23.24 12.46 4.43 -
YUV 79.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 194 26 52 0 0.87 0.73 0.24 350.71 0.76 0.43
Hex C2 1A 34 0 57 49 18 15F 4C 2B
Octal 302 32 64 0 127 111 30 537 114 53
Binary 11000010 11010 110100 0 1010111 1001001 11000 101011111 1001100 101011

Color Harmonies of #C21A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A34

Black with #C21A34

Text Example


Text Example

White with #C21A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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