Html Css Color HEX #CF3747 Brick Red

📋 copy color: '#CF3747'

red 207 ◦ green 55 ◦ blue 71

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

Shades of Brick Red #CF3747

Tints of Brick Red #CF3747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 62.16%
G = 16.52%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF3747 (or 0xCF3747) is known color: Brick Red. HEX triplet: CF, 37 and 47. RGB value is (207,55,71). Sum of RGB (Red+Green+Blue) = 207+55+71=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3747 is #30C8B8. Grayscale: #666666. Windows color (decimal): -3197113 or 4667343. OLE color: 4667343.

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

Color convert

RGB 207 55 71 -
CMYK 0 0.73 0.66 0.19
HSL 353.68º 0.61% 0.51% -
HSV(B) 353.68º 0.73% 0.81% -
XYZ 28.24 16.45 7.65 -
YUV 102.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 207 55 71 0 0.73 0.66 0.19 353.68 0.61 0.51
Hex CF 37 47 0 49 42 13 162 3D 33
Octal 317 67 107 0 111 102 23 542 75 63
Binary 11001111 110111 1000111 0 1001001 1000010 10011 101100010 111101 110011

Color Harmonies of #CF3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3747

Black with #CF3747

Text Example


Text Example

White with #CF3747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3747; }

 p { color: rgb(207,55,71); }

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

background-color css

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

 a { background-color: rgb(207,55,71); }

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

border-color css

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

 span { border-color: rgb(207,55,71); }

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