Html Css Color HEX #C21134 Cardinal

📋 copy color: '#C21134'

red 194 ◦ green 17 ◦ blue 52

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

Shades of Cardinal #C21134

Tints of Cardinal #C21134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

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

R = 73.76%
G = 6.46%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21134 (or 0xC21134) is known color: Cardinal. HEX triplet: C2, 11 and 34. RGB value is (194,17,52). Sum of RGB (Red+Green+Blue) = 194+17+52=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C21134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21134 is #3DEECB. Grayscale: #494949. Windows color (decimal): -4058828 or 3412418. OLE color: 3412418.

HSL color Cylindrical-coordinate representation of color #C21134: hue angle of 348.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21134 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 17 52 -
CMYK 0 0.91 0.73 0.24
HSL 348.14º 0.84% 0.41% -
HSV(B) 348.14º 0.91% 0.76% -
XYZ 23.07 12.12 4.37 -
YUV 73.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 194 17 52 0 0.91 0.73 0.24 348.14 0.84 0.41
Hex C2 11 34 0 5B 49 18 15C 54 29
Octal 302 21 64 0 133 111 30 534 124 51
Binary 11000010 10001 110100 0 1011011 1001001 11000 101011100 1010100 101001

Color Harmonies of #C21134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21134

Black with #C21134

Text Example


Text Example

White with #C21134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21134; }

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

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

background-color css

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

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

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

border-color css

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

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

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