Html Css Color HEX #CE304A Brick Red

📋 copy color: '#CE304A'

red 206 ◦ green 48 ◦ blue 74

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

Shades of Brick Red #CE304A

Tints of Brick Red #CE304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 62.8%
G = 14.63%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE304A (or 0xCE304A) is known color: Brick Red. HEX triplet: CE, 30 and 4A. RGB value is (206,48,74). Sum of RGB (Red+Green+Blue) = 206+48+74=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE304A is #31CFB5. Grayscale: #626262. Windows color (decimal): -3264438 or 4862158. OLE color: 4862158.

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

Color convert

RGB 206 48 74 -
CMYK 0 0.77 0.64 0.19
HSL 350.13º 0.62% 0.5% -
HSV(B) 350.13º 0.77% 0.81% -
XYZ 27.75 15.73 8.05 -
YUV 98.21 114.35 204.89 -
System Red Green Blue C M Y K H S L
Decimal 206 48 74 0 0.77 0.64 0.19 350.13 0.62 0.5
Hex CE 30 4A 0 4D 40 13 15E 3E 32
Octal 316 60 112 0 115 100 23 536 76 62
Binary 11001110 110000 1001010 0 1001101 1000000 10011 101011110 111110 110010

Color Harmonies of #CE304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE304A

Black with #CE304A

Text Example


Text Example

White with #CE304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE304A; }

 p { color: rgb(206,48,74); }

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

background-color css

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

 a { background-color: rgb(206,48,74); }

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

border-color css

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

 span { border-color: rgb(206,48,74); }

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