Html Css Color HEX #CE244A Brick Red

📋 copy color: '#CE244A'

red 206 ◦ green 36 ◦ blue 74

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

Shades of Brick Red #CE244A

Tints of Brick Red #CE244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

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

R = 65.19%
G = 11.39%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE244A (or 0xCE244A) is known color: Brick Red. HEX triplet: CE, 24 and 4A. RGB value is (206,36,74). Sum of RGB (Red+Green+Blue) = 206+36+74=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE244A is #31DBB5. Grayscale: #5B5B5B. Windows color (decimal): -3267510 or 4859086. OLE color: 4859086.

HSL color Cylindrical-coordinate representation of color #CE244A: hue angle of 346.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE244A is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 74 -
CMYK 0 0.83 0.64 0.19
HSL 346.59º 0.7% 0.47% -
HSV(B) 346.59º 0.83% 0.81% -
XYZ 27.32 14.88 7.91 -
YUV 91.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 206 36 74 0 0.83 0.64 0.19 346.59 0.7 0.47
Hex CE 24 4A 0 53 40 13 15B 46 2F
Octal 316 44 112 0 123 100 23 533 106 57
Binary 11001110 100100 1001010 0 1010011 1000000 10011 101011011 1000110 101111

Color Harmonies of #CE244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE244A

Black with #CE244A

Text Example


Text Example

White with #CE244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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