Html Css Color HEX #CE1231 Cardinal

📋 copy color: '#CE1231'

red 206 ◦ green 18 ◦ blue 49

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

Shades of Cardinal #CE1231

Tints of Cardinal #CE1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 75.46%
G = 6.59%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1231 (or 0xCE1231) is known color: Cardinal. HEX triplet: CE, 12 and 31. RGB value is (206,18,49). Sum of RGB (Red+Green+Blue) = 206+18+49=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1231 is #31EDCE. Grayscale: #4D4D4D. Windows color (decimal): -3272143 or 3216078. OLE color: 3216078.

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

Color convert

RGB 206 18 49 -
CMYK 0 0.91 0.76 0.19
HSL 350.11º 0.84% 0.44% -
HSV(B) 350.11º 0.91% 0.81% -
XYZ 26.22 13.78 4.18 -
YUV 77.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 206 18 49 0 0.91 0.76 0.19 350.11 0.84 0.44
Hex CE 12 31 0 5B 4C 13 15E 54 2C
Octal 316 22 61 0 133 114 23 536 124 54
Binary 11001110 10010 110001 0 1011011 1001100 10011 101011110 1010100 101100

Color Harmonies of #CE1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1231

Black with #CE1231

Text Example


Text Example

White with #CE1231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1231; }

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

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

background-color css

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

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

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

border-color css

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

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

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