Html Css Color HEX #CF2E47 Brick Red

📋 copy color: '#CF2E47'

red 207 ◦ green 46 ◦ blue 71

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

Shades of Brick Red #CF2E47

Tints of Brick Red #CF2E47

RGB

 RED value IS 207 (81.25% from 255) = 63.89%

 GREEN value IS 46 (18.36% from 255) = 14.2%

 BLUE value IS 71 (28.13% from 255) = 21.91%

R = 63.89%
G = 14.2%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF2E47 (or 0xCF2E47) is known color: Brick Red. HEX triplet: CF, 2E and 47. RGB value is (207,46,71). Sum of RGB (Red+Green+Blue) = 207+46+71=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E47 is #30D1B8. Grayscale: #616161. Windows color (decimal): -3199417 or 4665039. OLE color: 4665039.

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

Color convert

RGB 207 46 71 -
CMYK 0 0.78 0.66 0.19
HSL 350.68º 0.64% 0.5% -
HSV(B) 350.68º 0.78% 0.81% -
XYZ 27.85 15.67 7.52 -
YUV 96.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 207 46 71 0 0.78 0.66 0.19 350.68 0.64 0.5
Hex CF 2E 47 0 4E 42 13 15F 40 32
Octal 317 56 107 0 116 102 23 537 100 62
Binary 11001111 101110 1000111 0 1001110 1000010 10011 101011111 1000000 110010

Color Harmonies of #CF2E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E47

Black with #CF2E47

Text Example


Text Example

White with #CF2E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E47; }

 p { color: rgb(207,46,71); }

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

background-color css

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

 a { background-color: rgb(207,46,71); }

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

border-color css

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

 span { border-color: rgb(207,46,71); }

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