Html Css Color HEX #CF2540 Brick Red

📋 copy color: '#CF2540'

red 207 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #CF2540

Tints of Brick Red #CF2540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 67.21%
G = 12.01%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF2540 (or 0xCF2540) is known color: Brick Red. HEX triplet: CF, 25 and 40. RGB value is (207,37,64). Sum of RGB (Red+Green+Blue) = 207+37+64=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2540 is #30DABF. Grayscale: #5A5A5A. Windows color (decimal): -3201728 or 4203983. OLE color: 4203983.

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

Color convert

RGB 207 37 64 -
CMYK 0 0.82 0.69 0.19
HSL 350.47º 0.7% 0.48% -
HSV(B) 350.47º 0.82% 0.81% -
XYZ 27.32 14.96 6.3 -
YUV 90.91 112.82 210.8 -
System Red Green Blue C M Y K H S L
Decimal 207 37 64 0 0.82 0.69 0.19 350.47 0.7 0.48
Hex CF 25 40 0 52 45 13 15E 46 30
Octal 317 45 100 0 122 105 23 536 106 60
Binary 11001111 100101 1000000 0 1010010 1000101 10011 101011110 1000110 110000

Color Harmonies of #CF2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2540

Black with #CF2540

Text Example


Text Example

White with #CF2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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