Html Css Color HEX #CE333F Brick Red

📋 copy color: '#CE333F'

red 206 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #CE333F

Tints of Brick Red #CE333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 64.38%
G = 15.94%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE333F (or 0xCE333F) is known color: Brick Red. HEX triplet: CE, 33 and 3F. RGB value is (206,51,63). Sum of RGB (Red+Green+Blue) = 206+51+63=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE333F is #31CCC0. Grayscale: #626262. Windows color (decimal): -3263681 or 4142030. OLE color: 4142030.

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

Color convert

RGB 206 51 63 -
CMYK 0 0.75 0.69 0.19
HSL 355.35º 0.61% 0.5% -
HSV(B) 355.35º 0.75% 0.81% -
XYZ 27.53 15.85 6.31 -
YUV 98.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 206 51 63 0 0.75 0.69 0.19 355.35 0.61 0.5
Hex CE 33 3F 0 4B 45 13 163 3D 32
Octal 316 63 77 0 113 105 23 543 75 62
Binary 11001110 110011 111111 0 1001011 1000101 10011 101100011 111101 110010

Color Harmonies of #CE333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE333F

Black with #CE333F

Text Example


Text Example

White with #CE333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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