Html Css Color HEX #CE2448 Brick Red

📋 copy color: '#CE2448'

red 206 ◦ green 36 ◦ blue 72

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

Shades of Brick Red #CE2448

Tints of Brick Red #CE2448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

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

R = 65.61%
G = 11.46%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2448 (or 0xCE2448) is known color: Brick Red. HEX triplet: CE, 24 and 48. RGB value is (206,36,72). Sum of RGB (Red+Green+Blue) = 206+36+72=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2448 is #31DBB7. Grayscale: #5A5A5A. Windows color (decimal): -3267512 or 4728014. OLE color: 4728014.

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

Color convert

RGB 206 36 72 -
CMYK 0 0.83 0.65 0.19
HSL 347.29º 0.7% 0.47% -
HSV(B) 347.29º 0.83% 0.81% -
XYZ 27.25 14.85 7.56 -
YUV 90.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 206 36 72 0 0.83 0.65 0.19 347.29 0.7 0.47
Hex CE 24 48 0 53 41 13 15B 46 2F
Octal 316 44 110 0 123 101 23 533 106 57
Binary 11001110 100100 1001000 0 1010011 1000001 10011 101011011 1000110 101111

Color Harmonies of #CE2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2448

Black with #CE2448

Text Example


Text Example

White with #CE2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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