Html Css Color HEX #CE2343 Brick Red

📋 copy color: '#CE2343'

red 206 ◦ green 35 ◦ blue 67

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

Shades of Brick Red #CE2343

Tints of Brick Red #CE2343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 66.88%
G = 11.36%
B = 21.75%

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

#CE2343 (or 0xCE2343) is known color: Brick Red. HEX triplet: CE, 23 and 43. RGB value is (206,35,67). Sum of RGB (Red+Green+Blue) = 206+35+67=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2343 is #31DCBC. Grayscale: #595959. Windows color (decimal): -3267773 or 4400078. OLE color: 4400078.

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

Color convert

RGB 206 35 67 -
CMYK 0 0.83 0.67 0.19
HSL 348.77º 0.71% 0.47% -
HSV(B) 348.77º 0.83% 0.81% -
XYZ 27.07 14.73 6.73 -
YUV 89.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 206 35 67 0 0.83 0.67 0.19 348.77 0.71 0.47
Hex CE 23 43 0 53 43 13 15D 47 2F
Octal 316 43 103 0 123 103 23 535 107 57
Binary 11001110 100011 1000011 0 1010011 1000011 10011 101011101 1000111 101111

Color Harmonies of #CE2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2343

Black with #CE2343

Text Example


Text Example

White with #CE2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2343; }

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

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

background-color css

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

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

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

border-color css

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

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

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