Html Css Color HEX #CE283D Brick Red

📋 copy color: '#CE283D'

red 206 ◦ green 40 ◦ blue 61

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

Shades of Brick Red #CE283D

Tints of Brick Red #CE283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 67.1%
G = 13.03%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE283D (or 0xCE283D) is known color: Brick Red. HEX triplet: CE, 28 and 3D. RGB value is (206,40,61). Sum of RGB (Red+Green+Blue) = 206+40+61=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE283D is #31D7C2. Grayscale: #5C5C5C. Windows color (decimal): -3266499 or 4008142. OLE color: 4008142.

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

Color convert

RGB 206 40 61 -
CMYK 0 0.81 0.70 0.19
HSL 352.41º 0.67% 0.48% -
HSV(B) 352.41º 0.81% 0.81% -
XYZ 27.05 14.98 5.88 -
YUV 92.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 206 40 61 0 0.81 0.70 0.19 352.41 0.67 0.48
Hex CE 28 3D 0 51 46 13 160 43 30
Octal 316 50 75 0 121 106 23 540 103 60
Binary 11001110 101000 111101 0 1010001 1000110 10011 101100000 1000011 110000

Color Harmonies of #CE283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE283D

Black with #CE283D

Text Example


Text Example

White with #CE283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE283D; }

 p { color: rgb(206,40,61); }

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

background-color css

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

 a { background-color: rgb(206,40,61); }

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

border-color css

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

 span { border-color: rgb(206,40,61); }

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