Html Css Color HEX #CE3A4B Brick Red

📋 copy color: '#CE3A4B'

red 206 ◦ green 58 ◦ blue 75

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

Shades of Brick Red #CE3A4B

Tints of Brick Red #CE3A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 60.77%
G = 17.11%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE3A4B (or 0xCE3A4B) is known color: Brick Red. HEX triplet: CE, 3A and 4B. RGB value is (206,58,75). Sum of RGB (Red+Green+Blue) = 206+58+75=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A4B is #31C5B4. Grayscale: #686868. Windows color (decimal): -3261877 or 4930254. OLE color: 4930254.

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

Color convert

RGB 206 58 75 -
CMYK 0 0.72 0.64 0.19
HSL 353.11º 0.6% 0.52% -
HSV(B) 353.11º 0.72% 0.81% -
XYZ 28.24 16.66 8.38 -
YUV 104.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 206 58 75 0 0.72 0.64 0.19 353.11 0.6 0.52
Hex CE 3A 4B 0 48 40 13 161 3C 34
Octal 316 72 113 0 110 100 23 541 74 64
Binary 11001110 111010 1001011 0 1001000 1000000 10011 101100001 111100 110100

Color Harmonies of #CE3A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A4B

Black with #CE3A4B

Text Example


Text Example

White with #CE3A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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