Html Css Color HEX #CE2645 Brick Red

📋 copy color: '#CE2645'

red 206 ◦ green 38 ◦ blue 69

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

Shades of Brick Red #CE2645

Tints of Brick Red #CE2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 65.81%
G = 12.14%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2645 (or 0xCE2645) is known color: Brick Red. HEX triplet: CE, 26 and 45. RGB value is (206,38,69). Sum of RGB (Red+Green+Blue) = 206+38+69=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2645 is #31D9BA. Grayscale: #5B5B5B. Windows color (decimal): -3267003 or 4531918. OLE color: 4531918.

HSL color Cylindrical-coordinate representation of color #CE2645: hue angle of 348.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2645 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 69 -
CMYK 0 0.82 0.67 0.19
HSL 348.93º 0.69% 0.48% -
HSV(B) 348.93º 0.82% 0.81% -
XYZ 27.22 14.94 7.08 -
YUV 91.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 206 38 69 0 0.82 0.67 0.19 348.93 0.69 0.48
Hex CE 26 45 0 52 43 13 15D 45 30
Octal 316 46 105 0 122 103 23 535 105 60
Binary 11001110 100110 1000101 0 1010010 1000011 10011 101011101 1000101 110000

Color Harmonies of #CE2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2645

Black with #CE2645

Text Example


Text Example

White with #CE2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2645; }

 p { color: rgb(206,38,69); }

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

background-color css

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

 a { background-color: rgb(206,38,69); }

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

border-color css

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

 span { border-color: rgb(206,38,69); }

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