Html Css Color HEX #CE374B Brick Red

📋 copy color: '#CE374B'

red 206 ◦ green 55 ◦ blue 75

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

Shades of Brick Red #CE374B

Tints of Brick Red #CE374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

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

R = 61.31%
G = 16.37%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE374B (or 0xCE374B) is known color: Brick Red. HEX triplet: CE, 37 and 4B. RGB value is (206,55,75). Sum of RGB (Red+Green+Blue) = 206+55+75=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE374B is #31C8B4. Grayscale: #666666. Windows color (decimal): -3262645 or 4929486. OLE color: 4929486.

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

Color convert

RGB 206 55 75 -
CMYK 0 0.73 0.64 0.19
HSL 352.05º 0.61% 0.51% -
HSV(B) 352.05º 0.73% 0.81% -
XYZ 28.09 16.36 8.33 -
YUV 102.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 206 55 75 0 0.73 0.64 0.19 352.05 0.61 0.51
Hex CE 37 4B 0 49 40 13 160 3D 33
Octal 316 67 113 0 111 100 23 540 75 63
Binary 11001110 110111 1001011 0 1001001 1000000 10011 101100000 111101 110011

Color Harmonies of #CE374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE374B

Black with #CE374B

Text Example


Text Example

White with #CE374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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