Html Css Color HEX #C01440 Cardinal

📋 copy color: '#C01440'

red 192 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #C01440

Tints of Cardinal #C01440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 69.57%
G = 7.25%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C01440 (or 0xC01440) is known color: Cardinal. HEX triplet: C0, 14 and 40. RGB value is (192,20,64). Sum of RGB (Red+Green+Blue) = 192+20+64=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C01440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01440 is #3FEBBF. Grayscale: #4C4C4C. Windows color (decimal): -4189120 or 4199616. OLE color: 4199616.

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

Color convert

RGB 192 20 64 -
CMYK 0 0.90 0.67 0.25
HSL 344.65º 0.81% 0.42% -
HSV(B) 344.65º 0.9% 0.75% -
XYZ 22.91 12.08 5.97 -
YUV 76.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 192 20 64 0 0.90 0.67 0.25 344.65 0.81 0.42
Hex C0 14 40 0 5A 43 19 159 51 2A
Octal 300 24 100 0 132 103 31 531 121 52
Binary 11000000 10100 1000000 0 1011010 1000011 11001 101011001 1010001 101010

Color Harmonies of #C01440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01440

Black with #C01440

Text Example


Text Example

White with #C01440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01440; }

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

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

background-color css

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

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

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

border-color css

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

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

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