Html Css Color HEX #CE2040 Cardinal

📋 copy color: '#CE2040'

red 206 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #CE2040

Tints of Cardinal #CE2040

RGB

 RED value IS 206 (80.86% from 255) = 68.21%

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 68.21%
G = 10.6%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE2040 (or 0xCE2040) is known color: Cardinal. HEX triplet: CE, 20 and 40. RGB value is (206,32,64). Sum of RGB (Red+Green+Blue) = 206+32+64=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2040 is #31DFBF. Grayscale: #575757. Windows color (decimal): -3268544 or 4202702. OLE color: 4202702.

HSL color Cylindrical-coordinate representation of color #CE2040: hue angle of 348.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2040 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 64 -
CMYK 0 0.84 0.69 0.19
HSL 348.97º 0.73% 0.47% -
HSV(B) 348.97º 0.84% 0.81% -
XYZ 26.9 14.53 6.24 -
YUV 87.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 206 32 64 0 0.84 0.69 0.19 348.97 0.73 0.47
Hex CE 20 40 0 54 45 13 15D 49 2F
Octal 316 40 100 0 124 105 23 535 111 57
Binary 11001110 100000 1000000 0 1010100 1000101 10011 101011101 1001001 101111

Color Harmonies of #CE2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2040

Black with #CE2040

Text Example


Text Example

White with #CE2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2040; }

 p { color: rgb(206,32,64); }

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

background-color css

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

 a { background-color: rgb(206,32,64); }

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

border-color css

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

 span { border-color: rgb(206,32,64); }

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