Html Css Color HEX #CE273F Brick Red

📋 copy color: '#CE273F'

red 206 ◦ green 39 ◦ blue 63

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

Shades of Brick Red #CE273F

Tints of Brick Red #CE273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 66.88%
G = 12.66%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE273F (or 0xCE273F) is known color: Brick Red. HEX triplet: CE, 27 and 3F. RGB value is (206,39,63). Sum of RGB (Red+Green+Blue) = 206+39+63=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE273F is #31D8C0. Grayscale: #5B5B5B. Windows color (decimal): -3266753 or 4138958. OLE color: 4138958.

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

Color convert

RGB 206 39 63 -
CMYK 0 0.81 0.69 0.19
HSL 351.38º 0.68% 0.48% -
HSV(B) 351.38º 0.81% 0.81% -
XYZ 27.08 14.93 6.16 -
YUV 91.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 206 39 63 0 0.81 0.69 0.19 351.38 0.68 0.48
Hex CE 27 3F 0 51 45 13 15F 44 30
Octal 316 47 77 0 121 105 23 537 104 60
Binary 11001110 100111 111111 0 1010001 1000101 10011 101011111 1000100 110000

Color Harmonies of #CE273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE273F

Black with #CE273F

Text Example


Text Example

White with #CE273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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