Html Css Color HEX #CE3448 Brick Red

📋 copy color: '#CE3448'

red 206 ◦ green 52 ◦ blue 72

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

Shades of Brick Red #CE3448

Tints of Brick Red #CE3448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 62.42%
G = 15.76%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3448 (or 0xCE3448) is known color: Brick Red. HEX triplet: CE, 34 and 48. RGB value is (206,52,72). Sum of RGB (Red+Green+Blue) = 206+52+72=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3448 is #31CBB7. Grayscale: #646464. Windows color (decimal): -3263416 or 4732110. OLE color: 4732110.

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

Color convert

RGB 206 52 72 -
CMYK 0 0.75 0.65 0.19
HSL 352.21º 0.61% 0.51% -
HSV(B) 352.21º 0.75% 0.81% -
XYZ 27.85 16.05 7.76 -
YUV 100.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 206 52 72 0 0.75 0.65 0.19 352.21 0.61 0.51
Hex CE 34 48 0 4B 41 13 160 3D 33
Octal 316 64 110 0 113 101 23 540 75 63
Binary 11001110 110100 1001000 0 1001011 1000001 10011 101100000 111101 110011

Color Harmonies of #CE3448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3448

Black with #CE3448

Text Example


Text Example

White with #CE3448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3448; }

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

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

background-color css

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

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

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

border-color css

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

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

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