Html Css Color HEX #CE304B Brick Red

📋 copy color: '#CE304B'

red 206 ◦ green 48 ◦ blue 75

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

Shades of Brick Red #CE304B

Tints of Brick Red #CE304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 62.61%
G = 14.59%
B = 22.8%

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

#CE304B (or 0xCE304B) is known color: Brick Red. HEX triplet: CE, 30 and 4B. RGB value is (206,48,75). Sum of RGB (Red+Green+Blue) = 206+48+75=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE304B is #31CFB4. Grayscale: #626262. Windows color (decimal): -3264437 or 4927694. OLE color: 4927694.

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

Color convert

RGB 206 48 75 -
CMYK 0 0.77 0.64 0.19
HSL 349.75º 0.62% 0.5% -
HSV(B) 349.75º 0.77% 0.81% -
XYZ 27.78 15.74 8.23 -
YUV 98.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 206 48 75 0 0.77 0.64 0.19 349.75 0.62 0.5
Hex CE 30 4B 0 4D 40 13 15E 3E 32
Octal 316 60 113 0 115 100 23 536 76 62
Binary 11001110 110000 1001011 0 1001101 1000000 10011 101011110 111110 110010

Color Harmonies of #CE304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE304B

Black with #CE304B

Text Example


Text Example

White with #CE304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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