Html Css Color HEX #CE2741 Brick Red

📋 copy color: '#CE2741'

red 206 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #CE2741

Tints of Brick Red #CE2741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 66.45%
G = 12.58%
B = 20.97%

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

#CE2741 (or 0xCE2741) is known color: Brick Red. HEX triplet: CE, 27 and 41. RGB value is (206,39,65). Sum of RGB (Red+Green+Blue) = 206+39+65=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2741 is #31D8BE. Grayscale: #5B5B5B. Windows color (decimal): -3266751 or 4270030. OLE color: 4270030.

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

Color convert

RGB 206 39 65 -
CMYK 0 0.81 0.68 0.19
HSL 350.66º 0.68% 0.48% -
HSV(B) 350.66º 0.81% 0.81% -
XYZ 27.13 14.95 6.46 -
YUV 91.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 206 39 65 0 0.81 0.68 0.19 350.66 0.68 0.48
Hex CE 27 41 0 51 44 13 15F 44 30
Octal 316 47 101 0 121 104 23 537 104 60
Binary 11001110 100111 1000001 0 1010001 1000100 10011 101011111 1000100 110000

Color Harmonies of #CE2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2741

Black with #CE2741

Text Example


Text Example

White with #CE2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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