Html Css Color HEX #CE3341 Brick Red

📋 copy color: '#CE3341'

red 206 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #CE3341

Tints of Brick Red #CE3341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 63.98%
G = 15.84%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE3341 (or 0xCE3341) is known color: Brick Red. HEX triplet: CE, 33 and 41. RGB value is (206,51,65). Sum of RGB (Red+Green+Blue) = 206+51+65=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3341 is #31CCBE. Grayscale: #636363. Windows color (decimal): -3263679 or 4273102. OLE color: 4273102.

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

Color convert

RGB 206 51 65 -
CMYK 0 0.75 0.68 0.19
HSL 354.58º 0.61% 0.5% -
HSV(B) 354.58º 0.75% 0.81% -
XYZ 27.59 15.87 6.61 -
YUV 98.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 206 51 65 0 0.75 0.68 0.19 354.58 0.61 0.5
Hex CE 33 41 0 4B 44 13 163 3D 32
Octal 316 63 101 0 113 104 23 543 75 62
Binary 11001110 110011 1000001 0 1001011 1000100 10011 101100011 111101 110010

Color Harmonies of #CE3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3341

Black with #CE3341

Text Example


Text Example

White with #CE3341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3341; }

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

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

background-color css

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

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

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

border-color css

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

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

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