Html Css Color HEX #C01250 Cardinal

📋 copy color: '#C01250'

red 192 ◦ green 18 ◦ blue 80

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

Shades of Cardinal #C01250

Tints of Cardinal #C01250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 66.21%
G = 6.21%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C01250 (or 0xC01250) is known color: Cardinal. HEX triplet: C0, 12 and 50. RGB value is (192,18,80). Sum of RGB (Red+Green+Blue) = 192+18+80=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C01250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01250 is #3FEDAF. Grayscale: #4D4D4D. Windows color (decimal): -4189616 or 5247680. OLE color: 5247680.

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

Color convert

RGB 192 18 80 -
CMYK 0 0.91 0.58 0.25
HSL 338.62º 0.83% 0.41% -
HSV(B) 338.62º 0.91% 0.75% -
XYZ 23.4 12.22 8.71 -
YUV 77.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 192 18 80 0 0.91 0.58 0.25 338.62 0.83 0.41
Hex C0 12 50 0 5B 3A 19 153 53 29
Octal 300 22 120 0 133 72 31 523 123 51
Binary 11000000 10010 1010000 0 1011011 111010 11001 101010011 1010011 101001

Color Harmonies of #C01250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01250

Black with #C01250

Text Example


Text Example

White with #C01250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01250; }

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

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

background-color css

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

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

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

border-color css

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

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

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