Html Css Color HEX #CF2847 Brick Red

📋 copy color: '#CF2847'

red 207 ◦ green 40 ◦ blue 71

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

Shades of Brick Red #CF2847

Tints of Brick Red #CF2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

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

R = 65.09%
G = 12.58%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF2847 (or 0xCF2847) is known color: Brick Red. HEX triplet: CF, 28 and 47. RGB value is (207,40,71). Sum of RGB (Red+Green+Blue) = 207+40+71=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2847 is #30D7B8. Grayscale: #5D5D5D. Windows color (decimal): -3200953 or 4663503. OLE color: 4663503.

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

Color convert

RGB 207 40 71 -
CMYK 0 0.81 0.66 0.19
HSL 348.86º 0.68% 0.48% -
HSV(B) 348.86º 0.81% 0.81% -
XYZ 27.63 15.24 7.45 -
YUV 93.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 207 40 71 0 0.81 0.66 0.19 348.86 0.68 0.48
Hex CF 28 47 0 51 42 13 15D 44 30
Octal 317 50 107 0 121 102 23 535 104 60
Binary 11001111 101000 1000111 0 1010001 1000010 10011 101011101 1000100 110000

Color Harmonies of #CF2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2847

Black with #CF2847

Text Example


Text Example

White with #CF2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2847; }

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

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

background-color css

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

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

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

border-color css

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

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

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