Html Css Color HEX #C21241 Cardinal

📋 copy color: '#C21241'

red 194 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #C21241

Tints of Cardinal #C21241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 70.04%
G = 6.5%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C21241 (or 0xC21241) is known color: Cardinal. HEX triplet: C2, 12 and 41. RGB value is (194,18,65). Sum of RGB (Red+Green+Blue) = 194+18+65=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C21241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21241 is #3DEDBE. Grayscale: #4B4B4B. Windows color (decimal): -4058559 or 4264642. OLE color: 4264642.

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

Color convert

RGB 194 18 65 -
CMYK 0 0.91 0.66 0.24
HSL 343.98º 0.83% 0.42% -
HSV(B) 343.98º 0.91% 0.76% -
XYZ 23.42 12.28 6.14 -
YUV 75.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 194 18 65 0 0.91 0.66 0.24 343.98 0.83 0.42
Hex C2 12 41 0 5B 42 18 158 53 2A
Octal 302 22 101 0 133 102 30 530 123 52
Binary 11000010 10010 1000001 0 1011011 1000010 11000 101011000 1010011 101010

Color Harmonies of #C21241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21241

Black with #C21241

Text Example


Text Example

White with #C21241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21241; }

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

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

background-color css

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

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

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

border-color css

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

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

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