Html Css Color HEX #CE1940 Cardinal

📋 copy color: '#CE1940'

red 206 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #CE1940

Tints of Cardinal #CE1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

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

R = 69.83%
G = 8.47%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE1940 (or 0xCE1940) is known color: Cardinal. HEX triplet: CE, 19 and 40. RGB value is (206,25,64). Sum of RGB (Red+Green+Blue) = 206+25+64=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1940 is #31E6BF. Grayscale: #535353. Windows color (decimal): -3270336 or 4200910. OLE color: 4200910.

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

Color convert

RGB 206 25 64 -
CMYK 0 0.88 0.69 0.19
HSL 347.07º 0.78% 0.45% -
HSV(B) 347.07º 0.88% 0.81% -
XYZ 26.73 14.19 6.18 -
YUV 83.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 206 25 64 0 0.88 0.69 0.19 347.07 0.78 0.45
Hex CE 19 40 0 58 45 13 15B 4E 2D
Octal 316 31 100 0 130 105 23 533 116 55
Binary 11001110 11001 1000000 0 1011000 1000101 10011 101011011 1001110 101101

Color Harmonies of #CE1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1940

Black with #CE1940

Text Example


Text Example

White with #CE1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1940; }

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

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

background-color css

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

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

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

border-color css

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

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

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