Html Css Color HEX #CF2B47 Brick Red

📋 copy color: '#CF2B47'

red 207 ◦ green 43 ◦ blue 71

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

Shades of Brick Red #CF2B47

Tints of Brick Red #CF2B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

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

R = 64.49%
G = 13.4%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF2B47 (or 0xCF2B47) is known color: Brick Red. HEX triplet: CF, 2B and 47. RGB value is (207,43,71). Sum of RGB (Red+Green+Blue) = 207+43+71=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B47 is #30D4B8. Grayscale: #5F5F5F. Windows color (decimal): -3200185 or 4664271. OLE color: 4664271.

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

Color convert

RGB 207 43 71 -
CMYK 0 0.79 0.66 0.19
HSL 349.76º 0.66% 0.49% -
HSV(B) 349.76º 0.79% 0.81% -
XYZ 27.73 15.45 7.48 -
YUV 95.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 207 43 71 0 0.79 0.66 0.19 349.76 0.66 0.49
Hex CF 2B 47 0 4F 42 13 15E 42 31
Octal 317 53 107 0 117 102 23 536 102 61
Binary 11001111 101011 1000111 0 1001111 1000010 10011 101011110 1000010 110001

Color Harmonies of #CF2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B47

Black with #CF2B47

Text Example


Text Example

White with #CF2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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