Html Css Color HEX #C01248 Cardinal

📋 copy color: '#C01248'

red 192 ◦ green 18 ◦ blue 72

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

Shades of Cardinal #C01248

Tints of Cardinal #C01248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 68.09%
G = 6.38%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C01248 (or 0xC01248) is known color: Cardinal. HEX triplet: C0, 12 and 48. RGB value is (192,18,72). Sum of RGB (Red+Green+Blue) = 192+18+72=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C01248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01248 is #3FEDB7. Grayscale: #4C4C4C. Windows color (decimal): -4189624 or 4723392. OLE color: 4723392.

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

Color convert

RGB 192 18 72 -
CMYK 0 0.91 0.63 0.25
HSL 341.38º 0.83% 0.41% -
HSV(B) 341.38º 0.91% 0.75% -
XYZ 23.12 12.11 7.25 -
YUV 76.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 192 18 72 0 0.91 0.63 0.25 341.38 0.83 0.41
Hex C0 12 48 0 5B 3F 19 155 53 29
Octal 300 22 110 0 133 77 31 525 123 51
Binary 11000000 10010 1001000 0 1011011 111111 11001 101010101 1010011 101001

Color Harmonies of #C01248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01248

Black with #C01248

Text Example


Text Example

White with #C01248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01248; }

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

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

background-color css

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

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

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

border-color css

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

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

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