Html Css Color HEX #C01449 Cardinal

📋 copy color: '#C01449'

red 192 ◦ green 20 ◦ blue 73

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

Shades of Cardinal #C01449

Tints of Cardinal #C01449

RGB

 RED value IS 192 (75.39% from 255) = 67.37%

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 67.37%
G = 7.02%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C01449 (or 0xC01449) is known color: Cardinal. HEX triplet: C0, 14 and 49. RGB value is (192,20,73). Sum of RGB (Red+Green+Blue) = 192+20+73=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C01449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01449 is #3FEBB6. Grayscale: #4D4D4D. Windows color (decimal): -4189111 or 4789440. OLE color: 4789440.

HSL color Cylindrical-coordinate representation of color #C01449: hue angle of 341.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01449 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 73 -
CMYK 0 0.90 0.62 0.25
HSL 341.51º 0.81% 0.42% -
HSV(B) 341.51º 0.9% 0.75% -
XYZ 23.19 12.19 7.43 -
YUV 77.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 192 20 73 0 0.90 0.62 0.25 341.51 0.81 0.42
Hex C0 14 49 0 5A 3E 19 156 51 2A
Octal 300 24 111 0 132 76 31 526 121 52
Binary 11000000 10100 1001001 0 1011010 111110 11001 101010110 1010001 101010

Color Harmonies of #C01449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01449

Black with #C01449

Text Example


Text Example

White with #C01449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01449; }

 p { color: rgb(192,20,73); }

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

background-color css

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

 a { background-color: rgb(192,20,73); }

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

border-color css

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

 span { border-color: rgb(192,20,73); }

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