Html Css Color HEX #CE303E Brick Red

📋 copy color: '#CE303E'

red 206 ◦ green 48 ◦ blue 62

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

Shades of Brick Red #CE303E

Tints of Brick Red #CE303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 65.19%
G = 15.19%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE303E (or 0xCE303E) is known color: Brick Red. HEX triplet: CE, 30 and 3E. RGB value is (206,48,62). Sum of RGB (Red+Green+Blue) = 206+48+62=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE303E is #31CFC1. Grayscale: #606060. Windows color (decimal): -3264450 or 4075726. OLE color: 4075726.

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

Color convert

RGB 206 48 62 -
CMYK 0 0.77 0.70 0.19
HSL 354.68º 0.62% 0.5% -
HSV(B) 354.68º 0.77% 0.81% -
XYZ 27.38 15.58 6.12 -
YUV 96.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 206 48 62 0 0.77 0.70 0.19 354.68 0.62 0.5
Hex CE 30 3E 0 4D 46 13 163 3E 32
Octal 316 60 76 0 115 106 23 543 76 62
Binary 11001110 110000 111110 0 1001101 1000110 10011 101100011 111110 110010

Color Harmonies of #CE303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE303E

Black with #CE303E

Text Example


Text Example

White with #CE303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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