Html Css Color HEX #C21A2E Cardinal

📋 copy color: '#C21A2E'

red 194 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #C21A2E

Tints of Cardinal #C21A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 72.93%
G = 9.77%
B = 17.29%

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

#C21A2E (or 0xC21A2E) is known color: Cardinal. HEX triplet: C2, 1A and 2E. RGB value is (194,26,46). Sum of RGB (Red+Green+Blue) = 194+26+46=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A2E is #3DE5D1. Grayscale: #4E4E4E. Windows color (decimal): -4056530 or 3021506. OLE color: 3021506.

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

Color convert

RGB 194 26 46 -
CMYK 0 0.87 0.76 0.24
HSL 352.86º 0.76% 0.43% -
HSV(B) 352.86º 0.87% 0.76% -
XYZ 23.11 12.41 3.76 -
YUV 78.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 194 26 46 0 0.87 0.76 0.24 352.86 0.76 0.43
Hex C2 1A 2E 0 57 4C 18 161 4C 2B
Octal 302 32 56 0 127 114 30 541 114 53
Binary 11000010 11010 101110 0 1010111 1001100 11000 101100001 1001100 101011

Color Harmonies of #C21A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A2E

Black with #C21A2E

Text Example


Text Example

White with #C21A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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