Html Css Color HEX #CE263A Brick Red

📋 copy color: '#CE263A'

red 206 ◦ green 38 ◦ blue 58

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

Shades of Brick Red #CE263A

Tints of Brick Red #CE263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 68.21%
G = 12.58%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE263A (or 0xCE263A) is known color: Brick Red. HEX triplet: CE, 26 and 3A. RGB value is (206,38,58). Sum of RGB (Red+Green+Blue) = 206+38+58=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE263A is #31D9C5. Grayscale: #5A5A5A. Windows color (decimal): -3267014 or 3811022. OLE color: 3811022.

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

Color convert

RGB 206 38 58 -
CMYK 0 0.82 0.72 0.19
HSL 352.86º 0.69% 0.48% -
HSV(B) 352.86º 0.82% 0.81% -
XYZ 26.91 14.81 5.44 -
YUV 90.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 206 38 58 0 0.82 0.72 0.19 352.86 0.69 0.48
Hex CE 26 3A 0 52 48 13 161 45 30
Octal 316 46 72 0 122 110 23 541 105 60
Binary 11001110 100110 111010 0 1010010 1001000 10011 101100001 1000101 110000

Color Harmonies of #CE263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE263A

Black with #CE263A

Text Example


Text Example

White with #CE263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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