Html Css Color HEX #CE2B41 Brick Red

📋 copy color: '#CE2B41'

red 206 ◦ green 43 ◦ blue 65

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

Shades of Brick Red #CE2B41

Tints of Brick Red #CE2B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 65.61%
G = 13.69%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2B41 (or 0xCE2B41) is known color: Brick Red. HEX triplet: CE, 2B and 41. RGB value is (206,43,65). Sum of RGB (Red+Green+Blue) = 206+43+65=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B41 is #31D4BE. Grayscale: #5E5E5E. Windows color (decimal): -3265727 or 4271054. OLE color: 4271054.

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

Color convert

RGB 206 43 65 -
CMYK 0 0.79 0.68 0.19
HSL 351.9º 0.65% 0.49% -
HSV(B) 351.9º 0.79% 0.81% -
XYZ 27.27 15.23 6.5 -
YUV 94.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 206 43 65 0 0.79 0.68 0.19 351.9 0.65 0.49
Hex CE 2B 41 0 4F 44 13 160 41 31
Octal 316 53 101 0 117 104 23 540 101 61
Binary 11001110 101011 1000001 0 1001111 1000100 10011 101100000 1000001 110001

Color Harmonies of #CE2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B41

Black with #CE2B41

Text Example


Text Example

White with #CE2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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