Html Css Color HEX #CE1531 Cardinal

📋 copy color: '#CE1531'

red 206 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #CE1531

Tints of Cardinal #CE1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 74.64%
G = 7.61%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1531 (or 0xCE1531) is known color: Cardinal. HEX triplet: CE, 15 and 31. RGB value is (206,21,49). Sum of RGB (Red+Green+Blue) = 206+21+49=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1531 is #31EACE. Grayscale: #4F4F4F. Windows color (decimal): -3271375 or 3216846. OLE color: 3216846.

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

Color convert

RGB 206 21 49 -
CMYK 0 0.90 0.76 0.19
HSL 350.92º 0.81% 0.45% -
HSV(B) 350.92º 0.9% 0.81% -
XYZ 26.28 13.88 4.2 -
YUV 79.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 206 21 49 0 0.90 0.76 0.19 350.92 0.81 0.45
Hex CE 15 31 0 5A 4C 13 15F 51 2D
Octal 316 25 61 0 132 114 23 537 121 55
Binary 11001110 10101 110001 0 1011010 1001100 10011 101011111 1010001 101101

Color Harmonies of #CE1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1531

Black with #CE1531

Text Example


Text Example

White with #CE1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1531; }

 p { color: rgb(206,21,49); }

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

background-color css

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

 a { background-color: rgb(206,21,49); }

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

border-color css

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

 span { border-color: rgb(206,21,49); }

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