Html Css Color HEX #CE303F Brick Red

📋 copy color: '#CE303F'

red 206 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #CE303F

Tints of Brick Red #CE303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 64.98%
G = 15.14%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE303F (or 0xCE303F) is known color: Brick Red. HEX triplet: CE, 30 and 3F. RGB value is (206,48,63). Sum of RGB (Red+Green+Blue) = 206+48+63=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE303F is #31CFC0. Grayscale: #616161. Windows color (decimal): -3264449 or 4141262. OLE color: 4141262.

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

Color convert

RGB 206 48 63 -
CMYK 0 0.77 0.69 0.19
HSL 354.3º 0.62% 0.5% -
HSV(B) 354.3º 0.77% 0.81% -
XYZ 27.41 15.59 6.27 -
YUV 96.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 206 48 63 0 0.77 0.69 0.19 354.3 0.62 0.5
Hex CE 30 3F 0 4D 45 13 162 3E 32
Octal 316 60 77 0 115 105 23 542 76 62
Binary 11001110 110000 111111 0 1001101 1000101 10011 101100010 111110 110010

Color Harmonies of #CE303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE303F

Black with #CE303F

Text Example


Text Example

White with #CE303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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