Html Css Color HEX #CE274A Brick Red

📋 copy color: '#CE274A'

red 206 ◦ green 39 ◦ blue 74

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

Shades of Brick Red #CE274A

Tints of Brick Red #CE274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 64.58%
G = 12.23%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE274A (or 0xCE274A) is known color: Brick Red. HEX triplet: CE, 27 and 4A. RGB value is (206,39,74). Sum of RGB (Red+Green+Blue) = 206+39+74=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE274A is #31D8B5. Grayscale: #5C5C5C. Windows color (decimal): -3266742 or 4859854. OLE color: 4859854.

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

Color convert

RGB 206 39 74 -
CMYK 0 0.81 0.64 0.19
HSL 347.43º 0.68% 0.48% -
HSV(B) 347.43º 0.81% 0.81% -
XYZ 27.42 15.07 7.94 -
YUV 92.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 206 39 74 0 0.81 0.64 0.19 347.43 0.68 0.48
Hex CE 27 4A 0 51 40 13 15B 44 30
Octal 316 47 112 0 121 100 23 533 104 60
Binary 11001110 100111 1001010 0 1010001 1000000 10011 101011011 1000100 110000

Color Harmonies of #CE274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE274A

Black with #CE274A

Text Example


Text Example

White with #CE274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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