Html Css Color HEX #CE204B Brick Red

📋 copy color: '#CE204B'

red 206 ◦ green 32 ◦ blue 75

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

Shades of Brick Red #CE204B

Tints of Brick Red #CE204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

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

R = 65.81%
G = 10.22%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE204B (or 0xCE204B) is known color: Brick Red. HEX triplet: CE, 20 and 4B. RGB value is (206,32,75). Sum of RGB (Red+Green+Blue) = 206+32+75=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE204B is #31DFB4. Grayscale: #585858. Windows color (decimal): -3268533 or 4923598. OLE color: 4923598.

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

Color convert

RGB 206 32 75 -
CMYK 0 0.84 0.64 0.19
HSL 345.17º 0.73% 0.47% -
HSV(B) 345.17º 0.84% 0.81% -
XYZ 27.24 14.66 8.05 -
YUV 88.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 206 32 75 0 0.84 0.64 0.19 345.17 0.73 0.47
Hex CE 20 4B 0 54 40 13 159 49 2F
Octal 316 40 113 0 124 100 23 531 111 57
Binary 11001110 100000 1001011 0 1010100 1000000 10011 101011001 1001001 101111

Color Harmonies of #CE204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE204B

Black with #CE204B

Text Example


Text Example

White with #CE204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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