Html Css Color HEX #CE2F43 Brick Red

📋 copy color: '#CE2F43'

red 206 ◦ green 47 ◦ blue 67

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

Shades of Brick Red #CE2F43

Tints of Brick Red #CE2F43

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 64.38%
G = 14.69%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2F43 (or 0xCE2F43) is known color: Brick Red. HEX triplet: CE, 2F and 43. RGB value is (206,47,67). Sum of RGB (Red+Green+Blue) = 206+47+67=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F43 is #31D0BC. Grayscale: #606060. Windows color (decimal): -3264701 or 4403150. OLE color: 4403150.

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

Color convert

RGB 206 47 67 -
CMYK 0 0.77 0.67 0.19
HSL 352.45º 0.63% 0.5% -
HSV(B) 352.45º 0.77% 0.81% -
XYZ 27.48 15.56 6.87 -
YUV 96.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 206 47 67 0 0.77 0.67 0.19 352.45 0.63 0.5
Hex CE 2F 43 0 4D 43 13 160 3F 32
Octal 316 57 103 0 115 103 23 540 77 62
Binary 11001110 101111 1000011 0 1001101 1000011 10011 101100000 111111 110010

Color Harmonies of #CE2F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F43

Black with #CE2F43

Text Example


Text Example

White with #CE2F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F43; }

 p { color: rgb(206,47,67); }

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

background-color css

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

 a { background-color: rgb(206,47,67); }

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

border-color css

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

 span { border-color: rgb(206,47,67); }

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