Html Css Color HEX #C21341 Cardinal

📋 copy color: '#C21341'

red 194 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #C21341

Tints of Cardinal #C21341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 69.78%
G = 6.83%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C21341 (or 0xC21341) is known color: Cardinal. HEX triplet: C2, 13 and 41. RGB value is (194,19,65). Sum of RGB (Red+Green+Blue) = 194+19+65=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C21341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21341 is #3DECBE. Grayscale: #4C4C4C. Windows color (decimal): -4058303 or 4264898. OLE color: 4264898.

HSL color Cylindrical-coordinate representation of color #C21341: hue angle of 344.23º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21341 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 65 -
CMYK 0 0.90 0.66 0.24
HSL 344.23º 0.82% 0.42% -
HSV(B) 344.23º 0.9% 0.76% -
XYZ 23.44 12.32 6.14 -
YUV 76.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 194 19 65 0 0.90 0.66 0.24 344.23 0.82 0.42
Hex C2 13 41 0 5A 42 18 158 52 2A
Octal 302 23 101 0 132 102 30 530 122 52
Binary 11000010 10011 1000001 0 1011010 1000010 11000 101011000 1010010 101010

Color Harmonies of #C21341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21341

Black with #C21341

Text Example


Text Example

White with #C21341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21341; }

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

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

background-color css

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

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

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

border-color css

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

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

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