Html Css Color HEX #CE3645 Brick Red

📋 copy color: '#CE3645'

red 206 ◦ green 54 ◦ blue 69

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

Shades of Brick Red #CE3645

Tints of Brick Red #CE3645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 62.61%
G = 16.41%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE3645 (or 0xCE3645) is known color: Brick Red. HEX triplet: CE, 36 and 45. RGB value is (206,54,69). Sum of RGB (Red+Green+Blue) = 206+54+69=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3645 is #31C9BA. Grayscale: #656565. Windows color (decimal): -3262907 or 4536014. OLE color: 4536014.

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

Color convert

RGB 206 54 69 -
CMYK 0 0.74 0.67 0.19
HSL 354.08º 0.61% 0.51% -
HSV(B) 354.08º 0.74% 0.81% -
XYZ 27.85 16.19 7.29 -
YUV 101.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 206 54 69 0 0.74 0.67 0.19 354.08 0.61 0.51
Hex CE 36 45 0 4A 43 13 162 3D 33
Octal 316 66 105 0 112 103 23 542 75 63
Binary 11001110 110110 1000101 0 1001010 1000011 10011 101100010 111101 110011

Color Harmonies of #CE3645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3645

Black with #CE3645

Text Example


Text Example

White with #CE3645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3645; }

 p { color: rgb(206,54,69); }

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

background-color css

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

 a { background-color: rgb(206,54,69); }

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

border-color css

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

 span { border-color: rgb(206,54,69); }

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