Html Css Color HEX #CF2546 Brick Red

📋 copy color: '#CF2546'

red 207 ◦ green 37 ◦ blue 70

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

Shades of Brick Red #CF2546

Tints of Brick Red #CF2546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 65.92%
G = 11.78%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF2546 (or 0xCF2546) is known color: Brick Red. HEX triplet: CF, 25 and 46. RGB value is (207,37,70). Sum of RGB (Red+Green+Blue) = 207+37+70=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2546 is #30DAB9. Grayscale: #5B5B5B. Windows color (decimal): -3201722 or 4597199. OLE color: 4597199.

HSL color Cylindrical-coordinate representation of color #CF2546: hue angle of 348.35º 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 #CF2546 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 70 -
CMYK 0 0.82 0.66 0.19
HSL 348.35º 0.7% 0.48% -
HSV(B) 348.35º 0.82% 0.81% -
XYZ 27.5 15.03 7.25 -
YUV 91.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 207 37 70 0 0.82 0.66 0.19 348.35 0.7 0.48
Hex CF 25 46 0 52 42 13 15C 46 30
Octal 317 45 106 0 122 102 23 534 106 60
Binary 11001111 100101 1000110 0 1010010 1000010 10011 101011100 1000110 110000

Color Harmonies of #CF2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2546

Black with #CF2546

Text Example


Text Example

White with #CF2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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