Html Css Color HEX #CE2742 Brick Red

📋 copy color: '#CE2742'

red 206 ◦ green 39 ◦ blue 66

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

Shades of Brick Red #CE2742

Tints of Brick Red #CE2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 66.24%
G = 12.54%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2742 (or 0xCE2742) is known color: Brick Red. HEX triplet: CE, 27 and 42. RGB value is (206,39,66). Sum of RGB (Red+Green+Blue) = 206+39+66=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2742 is #31D8BD. Grayscale: #5C5C5C. Windows color (decimal): -3266750 or 4335566. OLE color: 4335566.

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

Color convert

RGB 206 39 66 -
CMYK 0 0.81 0.68 0.19
HSL 350.3º 0.68% 0.48% -
HSV(B) 350.3º 0.81% 0.81% -
XYZ 27.16 14.97 6.61 -
YUV 92.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 206 39 66 0 0.81 0.68 0.19 350.3 0.68 0.48
Hex CE 27 42 0 51 44 13 15E 44 30
Octal 316 47 102 0 121 104 23 536 104 60
Binary 11001110 100111 1000010 0 1010001 1000100 10011 101011110 1000100 110000

Color Harmonies of #CE2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2742

Black with #CE2742

Text Example


Text Example

White with #CE2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2742; }

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

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

background-color css

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

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

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

border-color css

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

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

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