Html Css Color HEX #CE1740 Cardinal

📋 copy color: '#CE1740'

red 206 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #CE1740

Tints of Cardinal #CE1740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.85%

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

R = 70.31%
G = 7.85%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE1740 (or 0xCE1740) is known color: Cardinal. HEX triplet: CE, 17 and 40. RGB value is (206,23,64). Sum of RGB (Red+Green+Blue) = 206+23+64=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1740 is #31E8BF. Grayscale: #525252. Windows color (decimal): -3270848 or 4200398. OLE color: 4200398.

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

Color convert

RGB 206 23 64 -
CMYK 0 0.89 0.69 0.19
HSL 346.56º 0.8% 0.45% -
HSV(B) 346.56º 0.89% 0.81% -
XYZ 26.69 14.1 6.17 -
YUV 82.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 206 23 64 0 0.89 0.69 0.19 346.56 0.8 0.45
Hex CE 17 40 0 59 45 13 15B 50 2D
Octal 316 27 100 0 131 105 23 533 120 55
Binary 11001110 10111 1000000 0 1011001 1000101 10011 101011011 1010000 101101

Color Harmonies of #CE1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1740

Black with #CE1740

Text Example


Text Example

White with #CE1740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1740; }

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

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

background-color css

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

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

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

border-color css

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

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

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