Html Css Color HEX #CE404B Brick Red

📋 copy color: '#CE404B'

red 206 ◦ green 64 ◦ blue 75

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

Shades of Brick Red #CE404B

Tints of Brick Red #CE404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

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

R = 59.71%
G = 18.55%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE404B (or 0xCE404B) is known color: Brick Red. HEX triplet: CE, 40 and 4B. RGB value is (206,64,75). Sum of RGB (Red+Green+Blue) = 206+64+75=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE404B is #31BFB4. Grayscale: #6B6B6B. Windows color (decimal): -3260341 or 4931790. OLE color: 4931790.

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

Color convert

RGB 206 64 75 -
CMYK 0 0.69 0.64 0.19
HSL 355.35º 0.59% 0.53% -
HSV(B) 355.35º 0.69% 0.81% -
XYZ 28.56 17.3 8.49 -
YUV 107.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 206 64 75 0 0.69 0.64 0.19 355.35 0.59 0.53
Hex CE 40 4B 0 45 40 13 163 3B 35
Octal 316 100 113 0 105 100 23 543 73 65
Binary 11001110 1000000 1001011 0 1000101 1000000 10011 101100011 111011 110101

Color Harmonies of #CE404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE404B

Black with #CE404B

Text Example


Text Example

White with #CE404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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