Html Css Color HEX #CE1E47 Cardinal

📋 copy color: '#CE1E47'

red 206 ◦ green 30 ◦ blue 71

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

Shades of Cardinal #CE1E47

Tints of Cardinal #CE1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 67.1%
G = 9.77%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE1E47 (or 0xCE1E47) is known color: Cardinal. HEX triplet: CE, 1E and 47. RGB value is (206,30,71). Sum of RGB (Red+Green+Blue) = 206+30+71=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E47 is #31E1B8. Grayscale: #575757. Windows color (decimal): -3269049 or 4660942. OLE color: 4660942.

HSL color Cylindrical-coordinate representation of color #CE1E47: hue angle of 346.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E47 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 71 -
CMYK 0 0.85 0.66 0.19
HSL 346.02º 0.75% 0.46% -
HSV(B) 346.02º 0.85% 0.81% -
XYZ 27.06 14.51 7.34 -
YUV 87.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 206 30 71 0 0.85 0.66 0.19 346.02 0.75 0.46
Hex CE 1E 47 0 55 42 13 15A 4B 2E
Octal 316 36 107 0 125 102 23 532 113 56
Binary 11001110 11110 1000111 0 1010101 1000010 10011 101011010 1001011 101110

Color Harmonies of #CE1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E47

Black with #CE1E47

Text Example


Text Example

White with #CE1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E47; }

 p { color: rgb(206,30,71); }

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

background-color css

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

 a { background-color: rgb(206,30,71); }

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

border-color css

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

 span { border-color: rgb(206,30,71); }

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