Html Css Color HEX #CF3549 Brick Red

📋 copy color: '#CF3549'

red 207 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #CF3549

Tints of Brick Red #CF3549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

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

R = 62.16%
G = 15.92%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF3549 (or 0xCF3549) is known color: Brick Red. HEX triplet: CF, 35 and 49. RGB value is (207,53,73). Sum of RGB (Red+Green+Blue) = 207+53+73=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3549 is #30CAB6. Grayscale: #656565. Windows color (decimal): -3197623 or 4797903. OLE color: 4797903.

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

Color convert

RGB 207 53 73 -
CMYK 0 0.74 0.65 0.19
HSL 352.21º 0.62% 0.51% -
HSV(B) 352.21º 0.74% 0.81% -
XYZ 28.21 16.29 7.96 -
YUV 101.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 207 53 73 0 0.74 0.65 0.19 352.21 0.62 0.51
Hex CF 35 49 0 4A 41 13 160 3E 33
Octal 317 65 111 0 112 101 23 540 76 63
Binary 11001111 110101 1001001 0 1001010 1000001 10011 101100000 111110 110011

Color Harmonies of #CF3549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3549

Black with #CF3549

Text Example


Text Example

White with #CF3549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3549; }

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

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

background-color css

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

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

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

border-color css

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

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

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