Html Css Color HEX #CE1B47 Cardinal

📋 copy color: '#CE1B47'

red 206 ◦ green 27 ◦ blue 71

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

Shades of Cardinal #CE1B47

Tints of Cardinal #CE1B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.88%

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

R = 67.76%
G = 8.88%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE1B47 (or 0xCE1B47) is known color: Cardinal. HEX triplet: CE, 1B and 47. RGB value is (206,27,71). Sum of RGB (Red+Green+Blue) = 206+27+71=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B47 is #31E4B8. Grayscale: #555555. Windows color (decimal): -3269817 or 4660174. OLE color: 4660174.

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

Color convert

RGB 206 27 71 -
CMYK 0 0.87 0.66 0.19
HSL 345.25º 0.77% 0.46% -
HSV(B) 345.25º 0.87% 0.81% -
XYZ 26.98 14.36 7.31 -
YUV 85.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 206 27 71 0 0.87 0.66 0.19 345.25 0.77 0.46
Hex CE 1B 47 0 57 42 13 159 4D 2E
Octal 316 33 107 0 127 102 23 531 115 56
Binary 11001110 11011 1000111 0 1010111 1000010 10011 101011001 1001101 101110

Color Harmonies of #CE1B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B47

Black with #CE1B47

Text Example


Text Example

White with #CE1B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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