Html Css Color HEX #CE3440 Brick Red

📋 copy color: '#CE3440'

red 206 ◦ green 52 ◦ blue 64

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

Shades of Brick Red #CE3440

Tints of Brick Red #CE3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 63.98%
G = 16.15%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE3440 (or 0xCE3440) is known color: Brick Red. HEX triplet: CE, 34 and 40. RGB value is (206,52,64). Sum of RGB (Red+Green+Blue) = 206+52+64=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3440 is #31CBBF. Grayscale: #636363. Windows color (decimal): -3263424 or 4207822. OLE color: 4207822.

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

Color convert

RGB 206 52 64 -
CMYK 0 0.75 0.69 0.19
HSL 355.32º 0.61% 0.51% -
HSV(B) 355.32º 0.75% 0.81% -
XYZ 27.61 15.95 6.47 -
YUV 99.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 206 52 64 0 0.75 0.69 0.19 355.32 0.61 0.51
Hex CE 34 40 0 4B 45 13 163 3D 33
Octal 316 64 100 0 113 105 23 543 75 63
Binary 11001110 110100 1000000 0 1001011 1000101 10011 101100011 111101 110011

Color Harmonies of #CE3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3440

Black with #CE3440

Text Example


Text Example

White with #CE3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3440; }

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

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

background-color css

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

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

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

border-color css

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

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

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