Html Css Color HEX #C21051 Cardinal

📋 copy color: '#C21051'

red 194 ◦ green 16 ◦ blue 81

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

Shades of Cardinal #C21051

Tints of Cardinal #C21051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 81 (32.03% from 255) = 27.84%

R = 66.67%
G = 5.5%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C21051 (or 0xC21051) is known color: Cardinal. HEX triplet: C2, 10 and 51. RGB value is (194,16,81). Sum of RGB (Red+Green+Blue) = 194+16+81=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C21051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21051 is #3DEFAE. Grayscale: #4C4C4C. Windows color (decimal): -4059055 or 5312706. OLE color: 5312706.

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

Color convert

RGB 194 16 81 -
CMYK 0 0.92 0.58 0.24
HSL 338.09º 0.85% 0.41% -
HSV(B) 338.09º 0.92% 0.76% -
XYZ 23.92 12.43 8.92 -
YUV 76.63 130.47 211.71 -
System Red Green Blue C M Y K H S L
Decimal 194 16 81 0 0.92 0.58 0.24 338.09 0.85 0.41
Hex C2 10 51 0 5C 3A 18 152 55 29
Octal 302 20 121 0 134 72 30 522 125 51
Binary 11000010 10000 1010001 0 1011100 111010 11000 101010010 1010101 101001

Color Harmonies of #C21051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21051

Black with #C21051

Text Example


Text Example

White with #C21051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21051; }

 p { color: rgb(194,16,81); }

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

background-color css

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

 a { background-color: rgb(194,16,81); }

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

border-color css

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

 span { border-color: rgb(194,16,81); }

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