Html Css Color HEX #CE3344 Brick Red

📋 copy color: '#CE3344'

red 206 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #CE3344

Tints of Brick Red #CE3344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 63.38%
G = 15.69%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE3344 (or 0xCE3344) is known color: Brick Red. HEX triplet: CE, 33 and 44. RGB value is (206,51,68). Sum of RGB (Red+Green+Blue) = 206+51+68=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3344 is #31CCBB. Grayscale: #636363. Windows color (decimal): -3263676 or 4469710. OLE color: 4469710.

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

Color convert

RGB 206 51 68 -
CMYK 0 0.75 0.67 0.19
HSL 353.42º 0.61% 0.5% -
HSV(B) 353.42º 0.75% 0.81% -
XYZ 27.68 15.91 7.08 -
YUV 99.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 206 51 68 0 0.75 0.67 0.19 353.42 0.61 0.5
Hex CE 33 44 0 4B 43 13 161 3D 32
Octal 316 63 104 0 113 103 23 541 75 62
Binary 11001110 110011 1000100 0 1001011 1000011 10011 101100001 111101 110010

Color Harmonies of #CE3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3344

Black with #CE3344

Text Example


Text Example

White with #CE3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3344; }

 p { color: rgb(206,51,68); }

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

background-color css

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

 a { background-color: rgb(206,51,68); }

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

border-color css

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

 span { border-color: rgb(206,51,68); }

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