Html Css Color HEX #CE263B Brick Red

📋 copy color: '#CE263B'

red 206 ◦ green 38 ◦ blue 59

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

Shades of Brick Red #CE263B

Tints of Brick Red #CE263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 67.99%
G = 12.54%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE263B (or 0xCE263B) is known color: Brick Red. HEX triplet: CE, 26 and 3B. RGB value is (206,38,59). Sum of RGB (Red+Green+Blue) = 206+38+59=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE263B is #31D9C4. Grayscale: #5A5A5A. Windows color (decimal): -3267013 or 3876558. OLE color: 3876558.

HSL color Cylindrical-coordinate representation of color #CE263B: hue angle of 352.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE263B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 59 -
CMYK 0 0.82 0.71 0.19
HSL 352.5º 0.69% 0.48% -
HSV(B) 352.5º 0.82% 0.81% -
XYZ 26.94 14.82 5.58 -
YUV 90.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 206 38 59 0 0.82 0.71 0.19 352.5 0.69 0.48
Hex CE 26 3B 0 52 47 13 160 45 30
Octal 316 46 73 0 122 107 23 540 105 60
Binary 11001110 100110 111011 0 1010010 1000111 10011 101100000 1000101 110000

Color Harmonies of #CE263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE263B

Black with #CE263B

Text Example


Text Example

White with #CE263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE263B; }

 p { color: rgb(206,38,59); }

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

background-color css

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

 a { background-color: rgb(206,38,59); }

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

border-color css

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

 span { border-color: rgb(206,38,59); }

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