Html Css Color HEX #CE3A44 Brick Red

📋 copy color: '#CE3A44'

red 206 ◦ green 58 ◦ blue 68

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

Shades of Brick Red #CE3A44

Tints of Brick Red #CE3A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 62.05%
G = 17.47%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE3A44 (or 0xCE3A44) is known color: Brick Red. HEX triplet: CE, 3A and 44. RGB value is (206,58,68). Sum of RGB (Red+Green+Blue) = 206+58+68=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A44 is #31C5BB. Grayscale: #676767. Windows color (decimal): -3261884 or 4471502. OLE color: 4471502.

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

Color convert

RGB 206 58 68 -
CMYK 0 0.72 0.67 0.19
HSL 355.95º 0.6% 0.52% -
HSV(B) 355.95º 0.72% 0.81% -
XYZ 28.01 16.57 7.19 -
YUV 103.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 206 58 68 0 0.72 0.67 0.19 355.95 0.6 0.52
Hex CE 3A 44 0 48 43 13 164 3C 34
Octal 316 72 104 0 110 103 23 544 74 64
Binary 11001110 111010 1000100 0 1001000 1000011 10011 101100100 111100 110100

Color Harmonies of #CE3A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A44

Black with #CE3A44

Text Example


Text Example

White with #CE3A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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