Html Css Color HEX #CE244B Brick Red

📋 copy color: '#CE244B'

red 206 ◦ green 36 ◦ blue 75

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

Shades of Brick Red #CE244B

Tints of Brick Red #CE244B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 64.98%
G = 11.36%
B = 23.66%

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

#CE244B (or 0xCE244B) is known color: Brick Red. HEX triplet: CE, 24 and 4B. RGB value is (206,36,75). Sum of RGB (Red+Green+Blue) = 206+36+75=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE244B is #31DBB4. Grayscale: #5B5B5B. Windows color (decimal): -3267509 or 4924622. OLE color: 4924622.

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

Color convert

RGB 206 36 75 -
CMYK 0 0.83 0.64 0.19
HSL 346.24º 0.7% 0.47% -
HSV(B) 346.24º 0.83% 0.81% -
XYZ 27.35 14.89 8.09 -
YUV 91.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 206 36 75 0 0.83 0.64 0.19 346.24 0.7 0.47
Hex CE 24 4B 0 53 40 13 15A 46 2F
Octal 316 44 113 0 123 100 23 532 106 57
Binary 11001110 100100 1001011 0 1010011 1000000 10011 101011010 1000110 101111

Color Harmonies of #CE244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE244B

Black with #CE244B

Text Example


Text Example

White with #CE244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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