Html Css Color HEX #CF3149 Brick Red

📋 copy color: '#CF3149'

red 207 ◦ green 49 ◦ blue 73

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

Shades of Brick Red #CF3149

Tints of Brick Red #CF3149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

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

R = 62.92%
G = 14.89%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3149 (or 0xCF3149) is known color: Brick Red. HEX triplet: CF, 31 and 49. RGB value is (207,49,73). Sum of RGB (Red+Green+Blue) = 207+49+73=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3149 is #30CEB6. Grayscale: #636363. Windows color (decimal): -3198647 or 4796879. OLE color: 4796879.

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

Color convert

RGB 207 49 73 -
CMYK 0 0.76 0.65 0.19
HSL 350.89º 0.62% 0.5% -
HSV(B) 350.89º 0.76% 0.81% -
XYZ 28.03 15.94 7.9 -
YUV 98.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 207 49 73 0 0.76 0.65 0.19 350.89 0.62 0.5
Hex CF 31 49 0 4C 41 13 15F 3E 32
Octal 317 61 111 0 114 101 23 537 76 62
Binary 11001111 110001 1001001 0 1001100 1000001 10011 101011111 111110 110010

Color Harmonies of #CF3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3149

Black with #CF3149

Text Example


Text Example

White with #CF3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3149; }

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

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

background-color css

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

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

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

border-color css

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

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

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