Html Css Color HEX #CE2E4B Brick Red

📋 copy color: '#CE2E4B'

red 206 ◦ green 46 ◦ blue 75

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

Shades of Brick Red #CE2E4B

Tints of Brick Red #CE2E4B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.07%

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 63%
G = 14.07%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE2E4B (or 0xCE2E4B) is known color: Brick Red. HEX triplet: CE, 2E and 4B. RGB value is (206,46,75). Sum of RGB (Red+Green+Blue) = 206+46+75=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E4B is #31D1B4. Grayscale: #616161. Windows color (decimal): -3264949 or 4927182. OLE color: 4927182.

HSL color Cylindrical-coordinate representation of color #CE2E4B: hue angle of 349.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E4B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 75 -
CMYK 0 0.78 0.64 0.19
HSL 349.13º 0.63% 0.49% -
HSV(B) 349.13º 0.78% 0.81% -
XYZ 27.7 15.58 8.2 -
YUV 97.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 206 46 75 0 0.78 0.64 0.19 349.13 0.63 0.49
Hex CE 2E 4B 0 4E 40 13 15D 3F 31
Octal 316 56 113 0 116 100 23 535 77 61
Binary 11001110 101110 1001011 0 1001110 1000000 10011 101011101 111111 110001

Color Harmonies of #CE2E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E4B

Black with #CE2E4B

Text Example


Text Example

White with #CE2E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E4B; }

 p { color: rgb(206,46,75); }

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

background-color css

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

 a { background-color: rgb(206,46,75); }

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

border-color css

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

 span { border-color: rgb(206,46,75); }

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