Html Css Color HEX #C02540 Cardinal

📋 copy color: '#C02540'

red 192 ◦ green 37 ◦ blue 64

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

Shades of Cardinal #C02540

Tints of Cardinal #C02540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

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

R = 65.53%
G = 12.63%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C02540 (or 0xC02540) is known color: Cardinal. HEX triplet: C0, 25 and 40. RGB value is (192,37,64). Sum of RGB (Red+Green+Blue) = 192+37+64=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C02540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02540 is #3FDABF. Grayscale: #565656. Windows color (decimal): -4184768 or 4203968. OLE color: 4203968.

HSL color Cylindrical-coordinate representation of color #C02540: hue angle of 349.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02540 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 64 -
CMYK 0 0.81 0.67 0.25
HSL 349.55º 0.68% 0.45% -
HSV(B) 349.55º 0.81% 0.75% -
XYZ 23.33 12.9 6.11 -
YUV 86.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 192 37 64 0 0.81 0.67 0.25 349.55 0.68 0.45
Hex C0 25 40 0 51 43 19 15E 44 2D
Octal 300 45 100 0 121 103 31 536 104 55
Binary 11000000 100101 1000000 0 1010001 1000011 11001 101011110 1000100 101101

Color Harmonies of #C02540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02540

Black with #C02540

Text Example


Text Example

White with #C02540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02540; }

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

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

background-color css

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

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

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

border-color css

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

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

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