Html Css Color HEX #CF2249 Brick Red

📋 copy color: '#CF2249'

red 207 ◦ green 34 ◦ blue 73

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

Shades of Brick Red #CF2249

Tints of Brick Red #CF2249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

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

R = 65.92%
G = 10.83%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF2249 (or 0xCF2249) is known color: Brick Red. HEX triplet: CF, 22 and 49. RGB value is (207,34,73). Sum of RGB (Red+Green+Blue) = 207+34+73=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2249 is #30DDB6. Grayscale: #5A5A5A. Windows color (decimal): -3202487 or 4793039. OLE color: 4793039.

HSL color Cylindrical-coordinate representation of color #CF2249: hue angle of 346.47º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2249 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 73 -
CMYK 0 0.84 0.65 0.19
HSL 346.47º 0.72% 0.47% -
HSV(B) 346.47º 0.84% 0.81% -
XYZ 27.51 14.89 7.73 -
YUV 90.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 207 34 73 0 0.84 0.65 0.19 346.47 0.72 0.47
Hex CF 22 49 0 54 41 13 15A 48 2F
Octal 317 42 111 0 124 101 23 532 110 57
Binary 11001111 100010 1001001 0 1010100 1000001 10011 101011010 1001000 101111

Color Harmonies of #CF2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2249

Black with #CF2249

Text Example


Text Example

White with #CF2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2249; }

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

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

background-color css

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

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

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

border-color css

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

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

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