Html Css Color HEX #C01247 Cardinal

📋 copy color: '#C01247'

red 192 ◦ green 18 ◦ blue 71

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

Shades of Cardinal #C01247

Tints of Cardinal #C01247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 68.33%
G = 6.41%
B = 25.27%

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

#C01247 (or 0xC01247) is known color: Cardinal. HEX triplet: C0, 12 and 47. RGB value is (192,18,71). Sum of RGB (Red+Green+Blue) = 192+18+71=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C01247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01247 is #3FEDB8. Grayscale: #4C4C4C. Windows color (decimal): -4189625 or 4657856. OLE color: 4657856.

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

Color convert

RGB 192 18 71 -
CMYK 0 0.91 0.63 0.25
HSL 341.72º 0.83% 0.41% -
HSV(B) 341.72º 0.91% 0.75% -
XYZ 23.09 12.09 7.08 -
YUV 76.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 192 18 71 0 0.91 0.63 0.25 341.72 0.83 0.41
Hex C0 12 47 0 5B 3F 19 156 53 29
Octal 300 22 107 0 133 77 31 526 123 51
Binary 11000000 10010 1000111 0 1011011 111111 11001 101010110 1010011 101001

Color Harmonies of #C01247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01247

Black with #C01247

Text Example


Text Example

White with #C01247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01247; }

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

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

background-color css

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

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

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

border-color css

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

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

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