Html Css Color HEX #C21340 Cardinal

📋 copy color: '#C21340'

red 194 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #C21340

Tints of Cardinal #C21340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 70.04%
G = 6.86%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C21340 (or 0xC21340) is known color: Cardinal. HEX triplet: C2, 13 and 40. RGB value is (194,19,64). Sum of RGB (Red+Green+Blue) = 194+19+64=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C21340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21340 is #3DECBF. Grayscale: #4C4C4C. Windows color (decimal): -4058304 or 4199362. OLE color: 4199362.

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

Color convert

RGB 194 19 64 -
CMYK 0 0.90 0.67 0.24
HSL 344.57º 0.82% 0.42% -
HSV(B) 344.57º 0.9% 0.76% -
XYZ 23.41 12.31 5.99 -
YUV 76.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 194 19 64 0 0.90 0.67 0.24 344.57 0.82 0.42
Hex C2 13 40 0 5A 43 18 159 52 2A
Octal 302 23 100 0 132 103 30 531 122 52
Binary 11000010 10011 1000000 0 1011010 1000011 11000 101011001 1010010 101010

Color Harmonies of #C21340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21340

Black with #C21340

Text Example


Text Example

White with #C21340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21340; }

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

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

background-color css

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

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

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

border-color css

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

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

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