Html Css Color HEX #CE2E42 Brick Red

📋 copy color: '#CE2E42'

red 206 ◦ green 46 ◦ blue 66

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

Shades of Brick Red #CE2E42

Tints of Brick Red #CE2E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 64.78%
G = 14.47%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2E42 (or 0xCE2E42) is known color: Brick Red. HEX triplet: CE, 2E and 42. RGB value is (206,46,66). Sum of RGB (Red+Green+Blue) = 206+46+66=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E42 is #31D1BD. Grayscale: #606060. Windows color (decimal): -3264958 or 4337358. OLE color: 4337358.

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

Color convert

RGB 206 46 66 -
CMYK 0 0.78 0.68 0.19
HSL 352.5º 0.63% 0.49% -
HSV(B) 352.5º 0.78% 0.81% -
XYZ 27.41 15.47 6.7 -
YUV 96.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 206 46 66 0 0.78 0.68 0.19 352.5 0.63 0.49
Hex CE 2E 42 0 4E 44 13 160 3F 31
Octal 316 56 102 0 116 104 23 540 77 61
Binary 11001110 101110 1000010 0 1001110 1000100 10011 101100000 111111 110001

Color Harmonies of #CE2E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E42

Black with #CE2E42

Text Example


Text Example

White with #CE2E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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