Html Css Color HEX #CE263D Brick Red

📋 copy color: '#CE263D'

red 206 ◦ green 38 ◦ blue 61

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

Shades of Brick Red #CE263D

Tints of Brick Red #CE263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 67.54%
G = 12.46%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE263D (or 0xCE263D) is known color: Brick Red. HEX triplet: CE, 26 and 3D. RGB value is (206,38,61). Sum of RGB (Red+Green+Blue) = 206+38+61=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE263D is #31D9C2. Grayscale: #5A5A5A. Windows color (decimal): -3267011 or 4007630. OLE color: 4007630.

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

Color convert

RGB 206 38 61 -
CMYK 0 0.82 0.70 0.19
HSL 351.79º 0.69% 0.48% -
HSV(B) 351.79º 0.82% 0.81% -
XYZ 26.99 14.84 5.86 -
YUV 90.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 206 38 61 0 0.82 0.70 0.19 351.79 0.69 0.48
Hex CE 26 3D 0 52 46 13 160 45 30
Octal 316 46 75 0 122 106 23 540 105 60
Binary 11001110 100110 111101 0 1010010 1000110 10011 101100000 1000101 110000

Color Harmonies of #CE263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE263D

Black with #CE263D

Text Example


Text Example

White with #CE263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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