Html Css Color HEX #C01450 Cardinal

📋 copy color: '#C01450'

red 192 ◦ green 20 ◦ blue 80

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

Shades of Cardinal #C01450

Tints of Cardinal #C01450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 65.75%
G = 6.85%
B = 27.4%

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

#C01450 (or 0xC01450) is known color: Cardinal. HEX triplet: C0, 14 and 50. RGB value is (192,20,80). Sum of RGB (Red+Green+Blue) = 192+20+80=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C01450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01450 is #3FEBAF. Grayscale: #4E4E4E. Windows color (decimal): -4189104 or 5248192. OLE color: 5248192.

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

Color convert

RGB 192 20 80 -
CMYK 0 0.90 0.58 0.25
HSL 339.07º 0.81% 0.42% -
HSV(B) 339.07º 0.9% 0.75% -
XYZ 23.44 12.29 8.73 -
YUV 78.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 192 20 80 0 0.90 0.58 0.25 339.07 0.81 0.42
Hex C0 14 50 0 5A 3A 19 153 51 2A
Octal 300 24 120 0 132 72 31 523 121 52
Binary 11000000 10100 1010000 0 1011010 111010 11001 101010011 1010001 101010

Color Harmonies of #C01450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01450

Black with #C01450

Text Example


Text Example

White with #C01450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01450; }

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

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

background-color css

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

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

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

border-color css

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

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

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