Html Css Color HEX #C01748 Cardinal

📋 copy color: '#C01748'

red 192 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #C01748

Tints of Cardinal #C01748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 66.9%
G = 8.01%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C01748 (or 0xC01748) is known color: Cardinal. HEX triplet: C0, 17 and 48. RGB value is (192,23,72). Sum of RGB (Red+Green+Blue) = 192+23+72=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C01748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01748 is #3FE8B7. Grayscale: #4F4F4F. Windows color (decimal): -4188344 or 4724672. OLE color: 4724672.

HSL color Cylindrical-coordinate representation of color #C01748: hue angle of 342.6º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01748 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 72 -
CMYK 0 0.88 0.63 0.25
HSL 342.6º 0.79% 0.42% -
HSV(B) 342.6º 0.88% 0.75% -
XYZ 23.21 12.29 7.28 -
YUV 79.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 192 23 72 0 0.88 0.63 0.25 342.6 0.79 0.42
Hex C0 17 48 0 58 3F 19 157 4F 2A
Octal 300 27 110 0 130 77 31 527 117 52
Binary 11000000 10111 1001000 0 1011000 111111 11001 101010111 1001111 101010

Color Harmonies of #C01748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01748

Black with #C01748

Text Example


Text Example

White with #C01748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01748; }

 p { color: rgb(192,23,72); }

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

background-color css

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

 a { background-color: rgb(192,23,72); }

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

border-color css

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

 span { border-color: rgb(192,23,72); }

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