Html Css Color HEX #C01946 Cardinal

📋 copy color: '#C01946'

red 192 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #C01946

Tints of Cardinal #C01946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

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

R = 66.9%
G = 8.71%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C01946 (or 0xC01946) is known color: Cardinal. HEX triplet: C0, 19 and 46. RGB value is (192,25,70). Sum of RGB (Red+Green+Blue) = 192+25+70=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C01946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01946 is #3FE6B9. Grayscale: #505050. Windows color (decimal): -4187834 or 4594112. OLE color: 4594112.

HSL color Cylindrical-coordinate representation of color #C01946: hue angle of 343.83º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01946 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 70 -
CMYK 0 0.87 0.64 0.25
HSL 343.83º 0.77% 0.43% -
HSV(B) 343.83º 0.87% 0.75% -
XYZ 23.19 12.34 6.95 -
YUV 80.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 192 25 70 0 0.87 0.64 0.25 343.83 0.77 0.43
Hex C0 19 46 0 57 40 19 158 4D 2B
Octal 300 31 106 0 127 100 31 530 115 53
Binary 11000000 11001 1000110 0 1010111 1000000 11001 101011000 1001101 101011

Color Harmonies of #C01946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01946

Black with #C01946

Text Example


Text Example

White with #C01946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01946; }

 p { color: rgb(192,25,70); }

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

background-color css

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

 a { background-color: rgb(192,25,70); }

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

border-color css

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

 span { border-color: rgb(192,25,70); }

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