Html Css Color HEX #C21746 Cardinal

📋 copy color: '#C21746'

red 194 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #C21746

Tints of Cardinal #C21746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 67.6%
G = 8.01%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21746 (or 0xC21746) is known color: Cardinal. HEX triplet: C2, 17 and 46. RGB value is (194,23,70). Sum of RGB (Red+Green+Blue) = 194+23+70=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C21746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21746 is #3DE8B9. Grayscale: #4F4F4F. Windows color (decimal): -4057274 or 4593602. OLE color: 4593602.

HSL color Cylindrical-coordinate representation of color #C21746: hue angle of 343.51º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21746 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 70 -
CMYK 0 0.88 0.64 0.24
HSL 343.51º 0.79% 0.43% -
HSV(B) 343.51º 0.88% 0.76% -
XYZ 23.66 12.52 6.96 -
YUV 79.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 194 23 70 0 0.88 0.64 0.24 343.51 0.79 0.43
Hex C2 17 46 0 58 40 18 158 4F 2B
Octal 302 27 106 0 130 100 30 530 117 53
Binary 11000010 10111 1000110 0 1011000 1000000 11000 101011000 1001111 101011

Color Harmonies of #C21746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21746

Black with #C21746

Text Example


Text Example

White with #C21746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21746; }

 p { color: rgb(194,23,70); }

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

background-color css

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

 a { background-color: rgb(194,23,70); }

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

border-color css

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

 span { border-color: rgb(194,23,70); }

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