Html Css Color HEX #C01148 Cardinal

📋 copy color: '#C01148'

red 192 ◦ green 17 ◦ blue 72

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

Shades of Cardinal #C01148

Tints of Cardinal #C01148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

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

R = 68.33%
G = 6.05%
B = 25.62%

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

#C01148 (or 0xC01148) is known color: Cardinal. HEX triplet: C0, 11 and 48. RGB value is (192,17,72). Sum of RGB (Red+Green+Blue) = 192+17+72=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C01148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01148 is #3FEEB7. Grayscale: #4B4B4B. Windows color (decimal): -4189880 or 4723136. OLE color: 4723136.

HSL color Cylindrical-coordinate representation of color #C01148: hue angle of 341.14º degrees, saturation: 0.84, 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 #C01148 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 72 -
CMYK 0 0.91 0.63 0.25
HSL 341.14º 0.84% 0.41% -
HSV(B) 341.14º 0.91% 0.75% -
XYZ 23.11 12.08 7.24 -
YUV 75.6 125.98 211.03 -
System Red Green Blue C M Y K H S L
Decimal 192 17 72 0 0.91 0.63 0.25 341.14 0.84 0.41
Hex C0 11 48 0 5B 3F 19 155 54 29
Octal 300 21 110 0 133 77 31 525 124 51
Binary 11000000 10001 1001000 0 1011011 111111 11001 101010101 1010100 101001

Color Harmonies of #C01148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01148

Black with #C01148

Text Example


Text Example

White with #C01148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01148; }

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

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

background-color css

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

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

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

border-color css

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

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

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