Html Css Color HEX #CE3F48 Brick Red

📋 copy color: '#CE3F48'

red 206 ◦ green 63 ◦ blue 72

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

Shades of Brick Red #CE3F48

Tints of Brick Red #CE3F48

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

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

R = 60.41%
G = 18.48%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3F48 (or 0xCE3F48) is known color: Brick Red. HEX triplet: CE, 3F and 48. RGB value is (206,63,72). Sum of RGB (Red+Green+Blue) = 206+63+72=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F48 is #31C0B7. Grayscale: #6A6A6A. Windows color (decimal): -3260600 or 4734926. OLE color: 4734926.

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

Color convert

RGB 206 63 72 -
CMYK 0 0.69 0.65 0.19
HSL 356.22º 0.59% 0.53% -
HSV(B) 356.22º 0.69% 0.81% -
XYZ 28.4 17.14 7.94 -
YUV 106.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 206 63 72 0 0.69 0.65 0.19 356.22 0.59 0.53
Hex CE 3F 48 0 45 41 13 164 3B 35
Octal 316 77 110 0 105 101 23 544 73 65
Binary 11001110 111111 1001000 0 1000101 1000001 10011 101100100 111011 110101

Color Harmonies of #CE3F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F48

Black with #CE3F48

Text Example


Text Example

White with #CE3F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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