Html Css Color HEX #CE3D48 Brick Red

📋 copy color: '#CE3D48'

red 206 ◦ green 61 ◦ blue 72

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

Shades of Brick Red #CE3D48

Tints of Brick Red #CE3D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 60.77%
G = 17.99%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3D48 (or 0xCE3D48) is known color: Brick Red. HEX triplet: CE, 3D and 48. RGB value is (206,61,72). Sum of RGB (Red+Green+Blue) = 206+61+72=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D48 is #31C2B7. Grayscale: #696969. Windows color (decimal): -3261112 or 4734414. OLE color: 4734414.

HSL color Cylindrical-coordinate representation of color #CE3D48: hue angle of 355.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D48 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 61 72 -
CMYK 0 0.70 0.65 0.19
HSL 355.45º 0.6% 0.52% -
HSV(B) 355.45º 0.7% 0.81% -
XYZ 28.29 16.93 7.91 -
YUV 105.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 206 61 72 0 0.70 0.65 0.19 355.45 0.6 0.52
Hex CE 3D 48 0 46 41 13 163 3C 34
Octal 316 75 110 0 106 101 23 543 74 64
Binary 11001110 111101 1001000 0 1000110 1000001 10011 101100011 111100 110100

Color Harmonies of #CE3D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D48

Black with #CE3D48

Text Example


Text Example

White with #CE3D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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