Html Css Color HEX #C21434 Cardinal

📋 copy color: '#C21434'

red 194 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #C21434

Tints of Cardinal #C21434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 72.93%
G = 7.52%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21434 (or 0xC21434) is known color: Cardinal. HEX triplet: C2, 14 and 34. RGB value is (194,20,52). Sum of RGB (Red+Green+Blue) = 194+20+52=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21434 is #3DEBCB. Grayscale: #4B4B4B. Windows color (decimal): -4058060 or 3413186. OLE color: 3413186.

HSL color Cylindrical-coordinate representation of color #C21434: hue angle of 348.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21434 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 52 -
CMYK 0 0.90 0.73 0.24
HSL 348.97º 0.81% 0.42% -
HSV(B) 348.97º 0.9% 0.76% -
XYZ 23.12 12.22 4.39 -
YUV 75.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 194 20 52 0 0.90 0.73 0.24 348.97 0.81 0.42
Hex C2 14 34 0 5A 49 18 15D 51 2A
Octal 302 24 64 0 132 111 30 535 121 52
Binary 11000010 10100 110100 0 1011010 1001001 11000 101011101 1010001 101010

Color Harmonies of #C21434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21434

Black with #C21434

Text Example


Text Example

White with #C21434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21434; }

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

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

background-color css

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

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

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

border-color css

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

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

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