Html Css Color HEX #CF2749 Brick Red

📋 copy color: '#CF2749'

red 207 ◦ green 39 ◦ blue 73

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

Shades of Brick Red #CF2749

Tints of Brick Red #CF2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 64.89%
G = 12.23%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF2749 (or 0xCF2749) is known color: Brick Red. HEX triplet: CF, 27 and 49. RGB value is (207,39,73). Sum of RGB (Red+Green+Blue) = 207+39+73=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2749 is #30D8B6. Grayscale: #5D5D5D. Windows color (decimal): -3201207 or 4794319. OLE color: 4794319.

HSL color Cylindrical-coordinate representation of color #CF2749: hue angle of 347.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 #CF2749 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 39 73 -
CMYK 0 0.81 0.65 0.19
HSL 347.86º 0.68% 0.48% -
HSV(B) 347.86º 0.81% 0.81% -
XYZ 27.66 15.2 7.78 -
YUV 93.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 207 39 73 0 0.81 0.65 0.19 347.86 0.68 0.48
Hex CF 27 49 0 51 41 13 15C 44 30
Octal 317 47 111 0 121 101 23 534 104 60
Binary 11001111 100111 1001001 0 1010001 1000001 10011 101011100 1000100 110000

Color Harmonies of #CF2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2749

Black with #CF2749

Text Example


Text Example

White with #CF2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2749; }

 p { color: rgb(207,39,73); }

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

background-color css

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

 a { background-color: rgb(207,39,73); }

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

border-color css

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

 span { border-color: rgb(207,39,73); }

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