Html Css Color HEX #CF2748 Brick Red

📋 copy color: '#CF2748'

red 207 ◦ green 39 ◦ blue 72

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

Shades of Brick Red #CF2748

Tints of Brick Red #CF2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.26%

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 65.09%
G = 12.26%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF2748 (or 0xCF2748) is known color: Brick Red. HEX triplet: CF, 27 and 48. RGB value is (207,39,72). Sum of RGB (Red+Green+Blue) = 207+39+72=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2748 is #30D8B7. Grayscale: #5D5D5D. Windows color (decimal): -3201208 or 4728783. OLE color: 4728783.

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

Color convert

RGB 207 39 72 -
CMYK 0 0.81 0.65 0.19
HSL 348.21º 0.68% 0.48% -
HSV(B) 348.21º 0.81% 0.81% -
XYZ 27.63 15.18 7.61 -
YUV 92.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 207 39 72 0 0.81 0.65 0.19 348.21 0.68 0.48
Hex CF 27 48 0 51 41 13 15C 44 30
Octal 317 47 110 0 121 101 23 534 104 60
Binary 11001111 100111 1001000 0 1010001 1000001 10011 101011100 1000100 110000

Color Harmonies of #CF2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2748

Black with #CF2748

Text Example


Text Example

White with #CF2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2748; }

 p { color: rgb(207,39,72); }

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

background-color css

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

 a { background-color: rgb(207,39,72); }

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

border-color css

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

 span { border-color: rgb(207,39,72); }

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