Html Css Color HEX #CE283E Brick Red

📋 copy color: '#CE283E'

red 206 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #CE283E

Tints of Brick Red #CE283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 66.88%
G = 12.99%
B = 20.13%

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

#CE283E (or 0xCE283E) is known color: Brick Red. HEX triplet: CE, 28 and 3E. RGB value is (206,40,62). Sum of RGB (Red+Green+Blue) = 206+40+62=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE283E is #31D7C1. Grayscale: #5C5C5C. Windows color (decimal): -3266498 or 4073678. OLE color: 4073678.

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

Color convert

RGB 206 40 62 -
CMYK 0 0.81 0.70 0.19
HSL 352.05º 0.67% 0.48% -
HSV(B) 352.05º 0.81% 0.81% -
XYZ 27.08 14.99 6.02 -
YUV 92.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 206 40 62 0 0.81 0.70 0.19 352.05 0.67 0.48
Hex CE 28 3E 0 51 46 13 160 43 30
Octal 316 50 76 0 121 106 23 540 103 60
Binary 11001110 101000 111110 0 1010001 1000110 10011 101100000 1000011 110000

Color Harmonies of #CE283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE283E

Black with #CE283E

Text Example


Text Example

White with #CE283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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