Html Css Color HEX #CE2A43 Brick Red

📋 copy color: '#CE2A43'

red 206 ◦ green 42 ◦ blue 67

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

Shades of Brick Red #CE2A43

Tints of Brick Red #CE2A43

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.33%

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

R = 65.4%
G = 13.33%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2A43 (or 0xCE2A43) is known color: Brick Red. HEX triplet: CE, 2A and 43. RGB value is (206,42,67). Sum of RGB (Red+Green+Blue) = 206+42+67=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2A43 is #31D5BC. Grayscale: #5D5D5D. Windows color (decimal): -3265981 or 4401870. OLE color: 4401870.

HSL color Cylindrical-coordinate representation of color #CE2A43: hue angle of 350.85º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A43 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 67 -
CMYK 0 0.80 0.67 0.19
HSL 350.85º 0.66% 0.49% -
HSV(B) 350.85º 0.8% 0.81% -
XYZ 27.29 15.18 6.8 -
YUV 93.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 206 42 67 0 0.80 0.67 0.19 350.85 0.66 0.49
Hex CE 2A 43 0 50 43 13 15F 42 31
Octal 316 52 103 0 120 103 23 537 102 61
Binary 11001110 101010 1000011 0 1010000 1000011 10011 101011111 1000010 110001

Color Harmonies of #CE2A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A43

Black with #CE2A43

Text Example


Text Example

White with #CE2A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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