Html Css Color HEX #CE2047 Cardinal

📋 copy color: '#CE2047'

red 206 ◦ green 32 ◦ blue 71

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

Shades of Cardinal #CE2047

Tints of Cardinal #CE2047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 66.67%
G = 10.36%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2047 (or 0xCE2047) is known color: Cardinal. HEX triplet: CE, 20 and 47. RGB value is (206,32,71). Sum of RGB (Red+Green+Blue) = 206+32+71=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2047 is #31DFB8. Grayscale: #585858. Windows color (decimal): -3268537 or 4661454. OLE color: 4661454.

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

Color convert

RGB 206 32 71 -
CMYK 0 0.84 0.66 0.19
HSL 346.55º 0.73% 0.47% -
HSV(B) 346.55º 0.84% 0.81% -
XYZ 27.11 14.61 7.35 -
YUV 88.47 118.15 211.83 -
System Red Green Blue C M Y K H S L
Decimal 206 32 71 0 0.84 0.66 0.19 346.55 0.73 0.47
Hex CE 20 47 0 54 42 13 15B 49 2F
Octal 316 40 107 0 124 102 23 533 111 57
Binary 11001110 100000 1000111 0 1010100 1000010 10011 101011011 1001001 101111

Color Harmonies of #CE2047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2047

Black with #CE2047

Text Example


Text Example

White with #CE2047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2047; }

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

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

background-color css

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

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

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

border-color css

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

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

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