Html Css Color HEX #CE3240 Brick Red

📋 copy color: '#CE3240'

red 206 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #CE3240

Tints of Brick Red #CE3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 64.38%
G = 15.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE3240 (or 0xCE3240) is known color: Brick Red. HEX triplet: CE, 32 and 40. RGB value is (206,50,64). Sum of RGB (Red+Green+Blue) = 206+50+64=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3240 is #31CDBF. Grayscale: #626262. Windows color (decimal): -3263936 or 4207310. OLE color: 4207310.

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

Color convert

RGB 206 50 64 -
CMYK 0 0.76 0.69 0.19
HSL 354.62º 0.61% 0.5% -
HSV(B) 354.62º 0.76% 0.81% -
XYZ 27.52 15.77 6.44 -
YUV 98.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 206 50 64 0 0.76 0.69 0.19 354.62 0.61 0.5
Hex CE 32 40 0 4C 45 13 163 3D 32
Octal 316 62 100 0 114 105 23 543 75 62
Binary 11001110 110010 1000000 0 1001100 1000101 10011 101100011 111101 110010

Color Harmonies of #CE3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3240

Black with #CE3240

Text Example


Text Example

White with #CE3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3240; }

 p { color: rgb(206,50,64); }

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

background-color css

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

 a { background-color: rgb(206,50,64); }

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

border-color css

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

 span { border-color: rgb(206,50,64); }

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