Html Css Color HEX #CE2640 Brick Red

📋 copy color: '#CE2640'

red 206 ◦ green 38 ◦ blue 64

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

Shades of Brick Red #CE2640

Tints of Brick Red #CE2640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 66.88%
G = 12.34%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE2640 (or 0xCE2640) is known color: Brick Red. HEX triplet: CE, 26 and 40. RGB value is (206,38,64). Sum of RGB (Red+Green+Blue) = 206+38+64=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2640 is #31D9BF. Grayscale: #5B5B5B. Windows color (decimal): -3267008 or 4204238. OLE color: 4204238.

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

Color convert

RGB 206 38 64 -
CMYK 0 0.82 0.69 0.19
HSL 350.71º 0.69% 0.48% -
HSV(B) 350.71º 0.82% 0.81% -
XYZ 27.07 14.88 6.3 -
YUV 91.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 206 38 64 0 0.82 0.69 0.19 350.71 0.69 0.48
Hex CE 26 40 0 52 45 13 15F 45 30
Octal 316 46 100 0 122 105 23 537 105 60
Binary 11001110 100110 1000000 0 1010010 1000101 10011 101011111 1000101 110000

Color Harmonies of #CE2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2640

Black with #CE2640

Text Example


Text Example

White with #CE2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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