Html Css Color HEX #C21E2E Cardinal

📋 copy color: '#C21E2E'

red 194 ◦ green 30 ◦ blue 46

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

Shades of Cardinal #C21E2E

Tints of Cardinal #C21E2E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

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

R = 71.85%
G = 11.11%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C21E2E (or 0xC21E2E) is known color: Cardinal. HEX triplet: C2, 1E and 2E. RGB value is (194,30,46). Sum of RGB (Red+Green+Blue) = 194+30+46=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E2E is #3DE1D1. Grayscale: #505050. Windows color (decimal): -4055506 or 3022530. OLE color: 3022530.

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

Color convert

RGB 194 30 46 -
CMYK 0 0.85 0.76 0.24
HSL 354.15º 0.73% 0.44% -
HSV(B) 354.15º 0.85% 0.76% -
XYZ 23.21 12.6 3.79 -
YUV 80.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 194 30 46 0 0.85 0.76 0.24 354.15 0.73 0.44
Hex C2 1E 2E 0 55 4C 18 162 49 2C
Octal 302 36 56 0 125 114 30 542 111 54
Binary 11000010 11110 101110 0 1010101 1001100 11000 101100010 1001001 101100

Color Harmonies of #C21E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E2E

Black with #C21E2E

Text Example


Text Example

White with #C21E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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