Html Css Color HEX #CE2046 Cardinal

📋 copy color: '#CE2046'

red 206 ◦ green 32 ◦ blue 70

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

Shades of Cardinal #CE2046

Tints of Cardinal #CE2046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 66.88%
G = 10.39%
B = 22.73%

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

#CE2046 (or 0xCE2046) is known color: Cardinal. HEX triplet: CE, 20 and 46. RGB value is (206,32,70). Sum of RGB (Red+Green+Blue) = 206+32+70=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2046 is #31DFB9. Grayscale: #585858. Windows color (decimal): -3268538 or 4595918. OLE color: 4595918.

HSL color Cylindrical-coordinate representation of color #CE2046: hue angle of 346.9º 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 #CE2046 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 70 -
CMYK 0 0.84 0.66 0.19
HSL 346.9º 0.73% 0.47% -
HSV(B) 346.9º 0.84% 0.81% -
XYZ 27.08 14.6 7.18 -
YUV 88.36 117.65 211.91 -
System Red Green Blue C M Y K H S L
Decimal 206 32 70 0 0.84 0.66 0.19 346.9 0.73 0.47
Hex CE 20 46 0 54 42 13 15B 49 2F
Octal 316 40 106 0 124 102 23 533 111 57
Binary 11001110 100000 1000110 0 1010100 1000010 10011 101011011 1001001 101111

Color Harmonies of #CE2046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2046

Black with #CE2046

Text Example


Text Example

White with #CE2046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2046; }

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

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

background-color css

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

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

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

border-color css

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

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

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