Html Css Color HEX #CE3041 Brick Red

📋 copy color: '#CE3041'

red 206 ◦ green 48 ◦ blue 65

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

Shades of Brick Red #CE3041

Tints of Brick Red #CE3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 64.58%
G = 15.05%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE3041 (or 0xCE3041) is known color: Brick Red. HEX triplet: CE, 30 and 41. RGB value is (206,48,65). Sum of RGB (Red+Green+Blue) = 206+48+65=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3041 is #31CFBE. Grayscale: #616161. Windows color (decimal): -3264447 or 4272334. OLE color: 4272334.

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

Color convert

RGB 206 48 65 -
CMYK 0 0.77 0.68 0.19
HSL 353.54º 0.62% 0.5% -
HSV(B) 353.54º 0.77% 0.81% -
XYZ 27.46 15.62 6.57 -
YUV 97.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 206 48 65 0 0.77 0.68 0.19 353.54 0.62 0.5
Hex CE 30 41 0 4D 44 13 162 3E 32
Octal 316 60 101 0 115 104 23 542 76 62
Binary 11001110 110000 1000001 0 1001101 1000100 10011 101100010 111110 110010

Color Harmonies of #CE3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3041

Black with #CE3041

Text Example


Text Example

White with #CE3041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3041; }

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

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

background-color css

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

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

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

border-color css

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

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

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