Html Css Color HEX #C02440 Cardinal

📋 copy color: '#C02440'

red 192 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #C02440

Tints of Cardinal #C02440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.33%

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

R = 65.75%
G = 12.33%
B = 21.92%

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

#C02440 (or 0xC02440) is known color: Cardinal. HEX triplet: C0, 24 and 40. RGB value is (192,36,64). Sum of RGB (Red+Green+Blue) = 192+36+64=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C02440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02440 is #3FDBBF. Grayscale: #555555. Windows color (decimal): -4185024 or 4203712. OLE color: 4203712.

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

Color convert

RGB 192 36 64 -
CMYK 0 0.81 0.67 0.25
HSL 349.23º 0.68% 0.45% -
HSV(B) 349.23º 0.81% 0.75% -
XYZ 23.29 12.84 6.1 -
YUV 85.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 192 36 64 0 0.81 0.67 0.25 349.23 0.68 0.45
Hex C0 24 40 0 51 43 19 15D 44 2D
Octal 300 44 100 0 121 103 31 535 104 55
Binary 11000000 100100 1000000 0 1010001 1000011 11001 101011101 1000100 101101

Color Harmonies of #C02440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02440

Black with #C02440

Text Example


Text Example

White with #C02440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02440; }

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

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

background-color css

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

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

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

border-color css

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

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

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