Html Css Color HEX #C21133 Cardinal

📋 copy color: '#C21133'

red 194 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #C21133

Tints of Cardinal #C21133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.47%

R = 74.05%
G = 6.49%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21133 (or 0xC21133) is known color: Cardinal. HEX triplet: C2, 11 and 33. RGB value is (194,17,51). Sum of RGB (Red+Green+Blue) = 194+17+51=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C21133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21133 is #3DEECC. Grayscale: #494949. Windows color (decimal): -4058829 or 3346882. OLE color: 3346882.

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

Color convert

RGB 194 17 51 -
CMYK 0 0.91 0.74 0.24
HSL 348.47º 0.84% 0.41% -
HSV(B) 348.47º 0.91% 0.76% -
XYZ 23.05 12.11 4.25 -
YUV 73.8 115.14 213.74 -
System Red Green Blue C M Y K H S L
Decimal 194 17 51 0 0.91 0.74 0.24 348.47 0.84 0.41
Hex C2 11 33 0 5B 4A 18 15C 54 29
Octal 302 21 63 0 133 112 30 534 124 51
Binary 11000010 10001 110011 0 1011011 1001010 11000 101011100 1010100 101001

Color Harmonies of #C21133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21133

Black with #C21133

Text Example


Text Example

White with #C21133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21133; }

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

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

background-color css

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

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

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

border-color css

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

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

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