Html Css Color HEX #CE2345 Brick Red

📋 copy color: '#CE2345'

red 206 ◦ green 35 ◦ blue 69

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

Shades of Brick Red #CE2345

Tints of Brick Red #CE2345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

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

R = 66.45%
G = 11.29%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2345 (or 0xCE2345) is known color: Brick Red. HEX triplet: CE, 23 and 45. RGB value is (206,35,69). Sum of RGB (Red+Green+Blue) = 206+35+69=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2345 is #31DCBA. Grayscale: #5A5A5A. Windows color (decimal): -3267771 or 4531150. OLE color: 4531150.

HSL color Cylindrical-coordinate representation of color #CE2345: hue angle of 348.07º degrees, saturation: 0.71, 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 #CE2345 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 69 -
CMYK 0 0.83 0.67 0.19
HSL 348.07º 0.71% 0.47% -
HSV(B) 348.07º 0.83% 0.81% -
XYZ 27.13 14.75 7.05 -
YUV 90.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 206 35 69 0 0.83 0.67 0.19 348.07 0.71 0.47
Hex CE 23 45 0 53 43 13 15C 47 2F
Octal 316 43 105 0 123 103 23 534 107 57
Binary 11001110 100011 1000101 0 1010011 1000011 10011 101011100 1000111 101111

Color Harmonies of #CE2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2345

Black with #CE2345

Text Example


Text Example

White with #CE2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2345; }

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

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

background-color css

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

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

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

border-color css

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

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

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