Html Css Color HEX #C21239 Cardinal

📋 copy color: '#C21239'

red 194 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #C21239

Tints of Cardinal #C21239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

 BLUE value IS 57 (22.66% from 255) = 21.19%

R = 72.12%
G = 6.69%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21239 (or 0xC21239) is known color: Cardinal. HEX triplet: C2, 12 and 39. RGB value is (194,18,57). Sum of RGB (Red+Green+Blue) = 194+18+57=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C21239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21239 is #3DEDC6. Grayscale: #4B4B4B. Windows color (decimal): -4058567 or 3740354. OLE color: 3740354.

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

Color convert

RGB 194 18 57 -
CMYK 0 0.91 0.71 0.24
HSL 346.7º 0.83% 0.42% -
HSV(B) 346.7º 0.91% 0.76% -
XYZ 23.2 12.2 5 -
YUV 75.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 194 18 57 0 0.91 0.71 0.24 346.7 0.83 0.42
Hex C2 12 39 0 5B 47 18 15B 53 2A
Octal 302 22 71 0 133 107 30 533 123 52
Binary 11000010 10010 111001 0 1011011 1000111 11000 101011011 1010011 101010

Color Harmonies of #C21239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21239

Black with #C21239

Text Example


Text Example

White with #C21239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21239; }

 p { color: rgb(194,18,57); }

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

background-color css

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

 a { background-color: rgb(194,18,57); }

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

border-color css

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

 span { border-color: rgb(194,18,57); }

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