Html Css Color HEX #C01350 Cardinal

📋 copy color: '#C01350'

red 192 ◦ green 19 ◦ blue 80

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

Shades of Cardinal #C01350

Tints of Cardinal #C01350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

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

R = 65.98%
G = 6.53%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C01350 (or 0xC01350) is known color: Cardinal. HEX triplet: C0, 13 and 50. RGB value is (192,19,80). Sum of RGB (Red+Green+Blue) = 192+19+80=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C01350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01350 is #3FECAF. Grayscale: #4D4D4D. Windows color (decimal): -4189360 or 5247936. OLE color: 5247936.

HSL color Cylindrical-coordinate representation of color #C01350: hue angle of 338.84º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01350 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 80 -
CMYK 0 0.90 0.58 0.25
HSL 338.84º 0.82% 0.41% -
HSV(B) 338.84º 0.9% 0.75% -
XYZ 23.42 12.25 8.72 -
YUV 77.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 192 19 80 0 0.90 0.58 0.25 338.84 0.82 0.41
Hex C0 13 50 0 5A 3A 19 153 52 29
Octal 300 23 120 0 132 72 31 523 122 51
Binary 11000000 10011 1010000 0 1011010 111010 11001 101010011 1010010 101001

Color Harmonies of #C01350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01350

Black with #C01350

Text Example


Text Example

White with #C01350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01350; }

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

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

background-color css

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

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

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

border-color css

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

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

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