Html Css Color HEX #CF3F49 Brick Red

📋 copy color: '#CF3F49'

red 207 ◦ green 63 ◦ blue 73

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

Shades of Brick Red #CF3F49

Tints of Brick Red #CF3F49

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

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

R = 60.35%
G = 18.37%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3F49 (or 0xCF3F49) is known color: Brick Red. HEX triplet: CF, 3F and 49. RGB value is (207,63,73). Sum of RGB (Red+Green+Blue) = 207+63+73=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F49 is #30C0B6. Grayscale: #6B6B6B. Windows color (decimal): -3195063 or 4800463. OLE color: 4800463.

HSL color Cylindrical-coordinate representation of color #CF3F49: hue angle of 355.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3F49 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 63 73 -
CMYK 0 0.70 0.65 0.19
HSL 355.83º 0.6% 0.53% -
HSV(B) 355.83º 0.7% 0.81% -
XYZ 28.71 17.3 8.13 -
YUV 107.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 207 63 73 0 0.70 0.65 0.19 355.83 0.6 0.53
Hex CF 3F 49 0 46 41 13 164 3C 35
Octal 317 77 111 0 106 101 23 544 74 65
Binary 11001111 111111 1001001 0 1000110 1000001 10011 101100100 111100 110101

Color Harmonies of #CF3F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3F49

Black with #CF3F49

Text Example


Text Example

White with #CF3F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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