Html Css Color HEX #C01648 Cardinal

📋 copy color: '#C01648'

red 192 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #C01648

Tints of Cardinal #C01648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

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

R = 67.13%
G = 7.69%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C01648 (or 0xC01648) is known color: Cardinal. HEX triplet: C0, 16 and 48. RGB value is (192,22,72). Sum of RGB (Red+Green+Blue) = 192+22+72=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C01648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01648 is #3FE9B7. Grayscale: #4E4E4E. Windows color (decimal): -4188600 or 4724416. OLE color: 4724416.

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

Color convert

RGB 192 22 72 -
CMYK 0 0.89 0.63 0.25
HSL 342.35º 0.79% 0.42% -
HSV(B) 342.35º 0.89% 0.75% -
XYZ 23.19 12.25 7.27 -
YUV 78.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 192 22 72 0 0.89 0.63 0.25 342.35 0.79 0.42
Hex C0 16 48 0 59 3F 19 156 4F 2A
Octal 300 26 110 0 131 77 31 526 117 52
Binary 11000000 10110 1001000 0 1011001 111111 11001 101010110 1001111 101010

Color Harmonies of #C01648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01648

Black with #C01648

Text Example


Text Example

White with #C01648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01648; }

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

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

background-color css

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

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

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

border-color css

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

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

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