Html Css Color HEX #CE334B Brick Red

📋 copy color: '#CE334B'

red 206 ◦ green 51 ◦ blue 75

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

Shades of Brick Red #CE334B

Tints of Brick Red #CE334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 62.05%
G = 15.36%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE334B (or 0xCE334B) is known color: Brick Red. HEX triplet: CE, 33 and 4B. RGB value is (206,51,75). Sum of RGB (Red+Green+Blue) = 206+51+75=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE334B is #31CCB4. Grayscale: #646464. Windows color (decimal): -3263669 or 4928462. OLE color: 4928462.

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

Color convert

RGB 206 51 75 -
CMYK 0 0.75 0.64 0.19
HSL 350.71º 0.61% 0.5% -
HSV(B) 350.71º 0.75% 0.81% -
XYZ 27.91 16 8.27 -
YUV 100.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 206 51 75 0 0.75 0.64 0.19 350.71 0.61 0.5
Hex CE 33 4B 0 4B 40 13 15F 3D 32
Octal 316 63 113 0 113 100 23 537 75 62
Binary 11001110 110011 1001011 0 1001011 1000000 10011 101011111 111101 110010

Color Harmonies of #CE334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE334B

Black with #CE334B

Text Example


Text Example

White with #CE334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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