Html Css Color HEX #CF2548 Brick Red

📋 copy color: '#CF2548'

red 207 ◦ green 37 ◦ blue 72

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

Shades of Brick Red #CF2548

Tints of Brick Red #CF2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 65.51%
G = 11.71%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF2548 (or 0xCF2548) is known color: Brick Red. HEX triplet: CF, 25 and 48. RGB value is (207,37,72). Sum of RGB (Red+Green+Blue) = 207+37+72=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2548 is #30DAB7. Grayscale: #5B5B5B. Windows color (decimal): -3201720 or 4728271. OLE color: 4728271.

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

Color convert

RGB 207 37 72 -
CMYK 0 0.82 0.65 0.19
HSL 347.65º 0.7% 0.48% -
HSV(B) 347.65º 0.82% 0.81% -
XYZ 27.56 15.06 7.58 -
YUV 91.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 207 37 72 0 0.82 0.65 0.19 347.65 0.7 0.48
Hex CF 25 48 0 52 41 13 15C 46 30
Octal 317 45 110 0 122 101 23 534 106 60
Binary 11001111 100101 1001000 0 1010010 1000001 10011 101011100 1000110 110000

Color Harmonies of #CF2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2548

Black with #CF2548

Text Example


Text Example

White with #CF2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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