Html Css Color HEX #CE1639 Cardinal

📋 copy color: '#CE1639'

red 206 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #CE1639

Tints of Cardinal #CE1639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

 BLUE value IS 57 (22.66% from 255) = 20%

R = 72.28%
G = 7.72%
B = 20%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE1639 (or 0xCE1639) is known color: Cardinal. HEX triplet: CE, 16 and 39. RGB value is (206,22,57). Sum of RGB (Red+Green+Blue) = 206+22+57=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1639 is #31E9C6. Grayscale: #515151. Windows color (decimal): -3271111 or 3741390. OLE color: 3741390.

HSL color Cylindrical-coordinate representation of color #CE1639: hue angle of 348.59º degrees, saturation: 0.81, 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 #CE1639 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 22 57 -
CMYK 0 0.89 0.72 0.19
HSL 348.59º 0.81% 0.45% -
HSV(B) 348.59º 0.89% 0.81% -
XYZ 26.48 13.99 5.18 -
YUV 81.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 206 22 57 0 0.89 0.72 0.19 348.59 0.81 0.45
Hex CE 16 39 0 59 48 13 15D 51 2D
Octal 316 26 71 0 131 110 23 535 121 55
Binary 11001110 10110 111001 0 1011001 1001000 10011 101011101 1010001 101101

Color Harmonies of #CE1639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1639

Black with #CE1639

Text Example


Text Example

White with #CE1639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1639; }

 p { color: rgb(206,22,57); }

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

background-color css

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

 a { background-color: rgb(206,22,57); }

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

border-color css

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

 span { border-color: rgb(206,22,57); }

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